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 0e054c4 commit d203765Copy full SHA for d203765
.github/workflows/php.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Run linter
33
run: |
34
composer install --prefer-dist --no-progress
35
- vendor/bin/phpcs --standard=phpcs.xml --report=checkstyle --report-file=phpcs-report.xml src/ -n -a
+ vendor/bin/phpcs --standard=phpcs.xml --report=checkstyle --report-file=phpcs-report.xml src/ -n
36
37
- name: Run tests
38
env:
0 commit comments