Skip to content

Commit 489bd94

Browse files
committed
improve composer fix-cs command
1 parent 4e17b44 commit 489bd94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@php ./vendor/bin/phpcs -s"
2626
],
2727
"fix-cs": [
28-
"@php ./vendor/bin/phpcbf"
28+
"@php ./vendor/bin/phpcbf && ./vendor/bin/php-cs-fixer fix . --allow-risky=yes"
2929
],
3030
"lint": [
3131
"@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --show-deprecated --exclude vendor --exclude node_modules --exclude .git"

0 commit comments

Comments
 (0)