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 8b8d5c2 commit fce3fabCopy full SHA for fce3fab
src/stubs/git-pre-commit
@@ -2,7 +2,7 @@
2
3
FILES=$(git diff --diff-filter=d --name-only HEAD | { grep '.php$' || true; })
4
for file in $FILES; do
5
- ./vendor/bin/phpcs --extensions=php --standard=PSR12 "$file"
+ ./vendor/bin/phpcs --extensions=php --standard=phpcs.xml "$file"
6
./vendor/bin/phpmd "$file" text phpmd.xml --exclude vendor
7
done
8
# XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-text --coverage-filter=app/ tests/
0 commit comments