Php-cs-fixer: PHP-CS-Fixer v2.1.1 not support --level option and PSR2

Created on 3 Mar 2017  Â·  1Comment  Â·  Source: FriendsOfPHP/PHP-CS-Fixer

kinquestion

Most helpful comment

The --level option was removed in 2.x, you should use --rules=@PSR2 instead. See Upgrade guide.

>All comments

The --level option was removed in 2.x, you should use --rules=@PSR2 instead. See Upgrade guide.

Was this page helpful?
0 / 5 - 0 ratings