Skip to content

Commit 6cf20b0

Browse files
committed
pre-commit for php-cs-fixer 3
1 parent 2a12587 commit 6cf20b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ "$files" != "" ]; then
1414
done <<< "$files"
1515

1616
# Run php-cs-fixer validation before commit
17-
echo "$files" | xargs ./vendor/bin/php-cs-fixer fix --diff --config .php_cs.dist
17+
echo "$files" | xargs ./vendor/bin/php-cs-fixer fix --diff --config .php-cs-fixer.dist.php
1818
if [ $? -ne 0 ]; then
1919
pass=false
2020
fi

0 commit comments

Comments
 (0)