Skip to content

Commit 96cee6e

Browse files
committed
fix cs-fixer hook
1 parent de75449 commit 96cee6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.git_hooks/pre-commit/php-cs-fixer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
EXECUTABLE_NAME=php-cs-fixer
44
EXECUTABLE_COMMAND=fix
5-
CONFIG_FILE=.php_cs
5+
CONFIG_FILE=.php-cs-fixer.php
66
CONFIG_FILE_PARAMETER='--config'
77
ROOT=`pwd`
88
ESC_SEQ="\x1b["

0 commit comments

Comments
 (0)