0 votes

Hi,

Is there possible to use lowercase words in generic code instead of uppercase words.
I mean, for example, this code generated from Skipper :

use Gedmo\Mapping\Annotation AS Gedmo;

That's awesome, but the issue is that i have to change everytime the "AS" to "as" in lowercase if i want to pass PHPCS validation. In PHP by convention this kings of words must be in lowercase.

Thanks!

in Solved by (350 points)
recategorized by

It's not possible to change it via user-settings but we modified it to "as" by default. This update will be available in next beta version soon.

1 Answer

0 votes

"AS" keyword export is fixed in latest beta http://support.skipper18.com/402/downloads-skipper-beta

by Skipper developer (141k points)