Skip to content

Commit bdfa673

Browse files
committed
fix: make php-cs-fixer verbose
1 parent 100dfd0 commit bdfa673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
}
5858
},
5959
"scripts": {
60-
"fix-cs": "php-cs-fixer fix --config=.php-cs-fixer.php --show-progress=dots",
60+
"fix-cs": "php-cs-fixer fix --config=.php-cs-fixer.php -v --show-progress=dots",
6161
"check-cs": "@fix-cs --dry-run",
6262
"test": "phpunit -c phpunit.xml",
6363
"integration": [

0 commit comments

Comments
 (0)