You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, all PSR-2 fixers and some additional ones are run. The "contrib level" fixers cannot be enabled via this option; you should instead set them manually by their name via the --fixers option.
The text was updated successfully, but these errors were encountered:
I just installed your sublime-phpcs plugin (ST3) and the default php-cs-fixer setting shows
...is this --level parameter still valid? I got the following in console (debug set to on)
The level "all" is not defined.
The usage doc from php-cs-fixer shows this:
The
fix
command tries to fix as much coding standards problems as possible on a given file or directory:The
--level
option limits the fixers to apply on the project:By default, all PSR-2 fixers and some additional ones are run. The "contrib level" fixers cannot be enabled via this option; you should instead set them manually by their name via the --fixers option.
The text was updated successfully, but these errors were encountered: