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 8c909ea commit 50ba8a4Copy full SHA for 50ba8a4
.github/workflows/static-analysis.yml
@@ -51,4 +51,4 @@ jobs:
51
command: COMPOSER_ROOT_VERSION=dev-master composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
52
53
- name: "Run a static analysis with phpstan/phpstan"
54
- run: "vendor/bin/phpstan --error-format=checkstyle"
+ run: "vendor/bin/phpstan --error-format=github"
0 commit comments