Closed shulard closed 6 years ago
Since php-cs-fixer is run using the globally installed binary, we must handle edge case / breaking change between version (See #51).
To be able to detect those incompatibilities, we must be able to check php-cs-fixer verbose output...
php-cs-fixer
Thanks!
You just forgot to add a help message about the -v/--verbose option. See https://github.com/hoaproject/Devtools/pull/54.
-v
--verbose
Since php-cs-fixer is run using the globally installed binary, we must handle edge case / breaking change between version (See #51).
To be able to detect those incompatibilities, we must be able to check
php-cs-fixer
verbose output...