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!