Skip to content

Commit c08fc69

Browse files
committed
PHPCS: Stop ignoring errors on exit
Our code has no violations against our own `.phpcs.xml.dist` configuration, so there is no need ignore warnings on exit.
1 parent e920949 commit c08fc69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/phpcs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
#
1010
# ./bin/phpcs
1111

12-
"$(pwd)/vendor/bin/phpcs" --runtime-set ignore_warnings_on_exit 1
12+
"$(pwd)/vendor/bin/phpcs"

0 commit comments

Comments
 (0)