Skip to content

Commit

Permalink
Fixed composer fix-cs script definition (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs authored Aug 10, 2023
1 parent 407e13c commit f688f79
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 @@ -41,7 +41,7 @@
"ibexa/doctrine-schema": "~4.5.0@dev"
},
"scripts": {
"fix-cs": "php-cs-fixer fix -v --show-progress=estimating",
"fix-cs": "php-cs-fixer fix --config=.php-cs-fixer.php --show-progress=dots",
"check-cs": "@fix-cs --dry-run",
"test": "phpunit -c phpunit.xml"
},
Expand Down

0 comments on commit f688f79

Please sign in to comment.