Skip to content

Commit d203765

Browse files
authored
Update php.yml
Signed-off-by: Anna Hileta <[email protected]>
1 parent 0e054c4 commit d203765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run linter
3333
run: |
3434
composer install --prefer-dist --no-progress
35-
vendor/bin/phpcs --standard=phpcs.xml --report=checkstyle --report-file=phpcs-report.xml src/ -n -a
35+
vendor/bin/phpcs --standard=phpcs.xml --report=checkstyle --report-file=phpcs-report.xml src/ -n
3636
3737
- name: Run tests
3838
env:

0 commit comments

Comments
 (0)