crazyfactory/php-sniffs

Alias of reference namespaces is broken

Closed this issue · 0 comments

when we have something like

use ABC\XYZ\CLASSNAME as ABCDE;

after lint:fix
it will become

use ABC\XYZ\CLASSNAMEABCDE;

and sorted alphabatically.