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.
1 parent 2a12587 commit 6cf20b0Copy full SHA for 6cf20b0
bin/pre-commit
@@ -14,7 +14,7 @@ if [ "$files" != "" ]; then
14
done <<< "$files"
15
16
# Run php-cs-fixer validation before commit
17
- echo "$files" | xargs ./vendor/bin/php-cs-fixer fix --diff --config .php_cs.dist
+ echo "$files" | xargs ./vendor/bin/php-cs-fixer fix --diff --config .php-cs-fixer.dist.php
18
if [ $? -ne 0 ]; then
19
pass=false
20
fi
0 commit comments