Skip to content

Commit 70f726a

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 982428c commit 70f726a

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
@@ -18,7 +18,7 @@ if $HAS_PHP_CS_FIXER; then
1818

1919
if [ ! -z "${CHANGED_FILES}" ]; then
2020
# runs phpcbf on the changed files
21-
vendor/bin/phpcbf -w --standard=WordPress ${CHANGED_FILES}
21+
vendor/bin/phpcbf -w ${CHANGED_FILES}
2222
# adds the changed files to staging again
2323
git add ${CHANGED_FILES}
2424
fi

0 commit comments

Comments
 (0)