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 50ba8a4 commit fdbfec3Copy full SHA for fdbfec3
.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=github"
+ run: "vendor/bin/phpstan --error-format=raw"
0 commit comments