Skip to content

Commit 982428c

Browse files
Update bin/githooks/pre-commit
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 3a09162 commit 982428c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/githooks/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PHP_CS_FIXER="vendor/bin/phpcbf"
77
HAS_PHP_CS_FIXER=false
88

99
# check if php-cs-fixer is installed as a composer dependency
10-
if [ -x $PHP_CS_FIXER ]; then
10+
if [ -x "$PHP_CS_FIXER" ]; then
1111
HAS_PHP_CS_FIXER=true
1212
fi
1313

0 commit comments

Comments
 (0)