Skip to content

Commit 8b5dc76

Browse files
authored
Update pre-receive
1 parent 5480756 commit 8b5dc76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitHooks/pre-receive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ phpcs=$(mktemp)
1414
./vendor/bin/phpcs --file-list=${files} --parallel=2 --standard=psr2 --report=json > ${phpcs} || true
1515

1616
check for differences
17-
./vendor/bin/diffFilter --phpcs diff.txt phpcs.json
17+
./vendor/bin/diffFilter --phpcs ${diff} ${phpcs}

0 commit comments

Comments
 (0)