stechstudio / Laravel-PHP-CS-Fixer

Artisan Command for FriendsOfPHP/PHP-CS_Fixer
MIT License
146 stars 28 forks source link

Verbosity level is not working #26

Closed stasadev closed 3 years ago

stasadev commented 3 years ago

The command gives the same result as without the verbosity:

php artisan fixer:fix --show-progress=dots -v

This is because the verbosity is set by default, but not from the output.