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 afffccc commit 2352872Copy full SHA for 2352872
.github/workflows/verify.yml
@@ -34,7 +34,7 @@ jobs:
34
run: composer install
35
36
- name: Run PHP Codesniffer
37
- run: vendor/bin/phpcs --report=checkstyle -q | cs2pr
+ run: vendor/bin/phpcs --report=checkstyle -q | cs2pr --graceful-warnings
38
39
phpstan:
40
runs-on: ubuntu-latest
0 commit comments