We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
composer fix-cs
1 parent 4e17b44 commit 489bd94Copy full SHA for 489bd94
1 file changed
composer.json
@@ -25,7 +25,7 @@
25
"@php ./vendor/bin/phpcs -s"
26
],
27
"fix-cs": [
28
- "@php ./vendor/bin/phpcbf"
+ "@php ./vendor/bin/phpcbf && ./vendor/bin/php-cs-fixer fix . --allow-risky=yes"
29
30
"lint": [
31
"@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --show-deprecated --exclude vendor --exclude node_modules --exclude .git"
0 commit comments