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 b5cadd4 commit d3cc846Copy full SHA for d3cc846
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ 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=json > reports/phpstan.json
+ run: vendor/bin/phpstan analyse --error-format=github --error-format=json > reports/phpstan.json
68
69
- name: Static analysis with Psalm
70
if: "${{ matrix.experimental == false }}"
0 commit comments