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 a065d8d commit a48f700Copy full SHA for a48f700
.github/workflows/ci.yml
@@ -64,7 +64,9 @@ jobs:
64
run: vendor/bin/phpunit --log-junit=reports/report-phpunit.xml --coverage-clover=reports/coverage-phpunit.xml
65
66
- name: Static analysis with PHPStan
67
- run: vendor/bin/phpstan analyse --error-format=github --error-format=json > reports/phpstan.json
+ run: |
68
+ vendor/bin/phpstan analyse --error-format=github
69
+ vendor/bin/phpstan analyse --error-format=json > reports/phpstan.json
70
71
- name: Static analysis with Psalm
72
if: "${{ matrix.experimental == false }}"
0 commit comments