Skip to content

Commit

Permalink
Add --verbose flag to fixcs
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Dec 18, 2024
1 parent fd3b5af commit 11a6c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"scripts": {
"check-require": "tools/composer-require-checker/vendor/bin/composer-require-checker",
"check-unused": "tools/composer-unused/vendor/bin/composer-unused",
"fixcs": "php-cs-fixer fix --diff",
"fixcs": "php-cs-fixer fix --diff --verbose",
"infection": "tools/infection/vendor/bin/infection --show-mutations",
"pre-command-run": "mkdir -p var",
"psalm": "tools/psalm/vendor/bin/psalm --show-info --no-diff --no-cache",
Expand Down

0 comments on commit 11a6c09

Please sign in to comment.