Home Documentation Download Pricing Buy Now

[Fixed] Code Sniffer and uppercase

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!

asked May 6, 2016 in Solved by jvgamers (350 points)
recategorized Jul 4, 2016 by ludek.vodicka

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

answered Jun 1, 2016 by ludek.vodicka Skipper developer (140,530 points)
...