[Fixed] Code Sniffer and uppercase

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

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!

commented May 28, 2016 by ludek.vodicka Skipper developer (140,450 points)

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
answered Jun 1, 2016 by ludek.vodicka Skipper developer (140,450 points)

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

...