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 fdbfec3 commit 258d4a2Copy full SHA for 258d4a2
.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=raw"
+ run: "vendor/bin/phpstan --error-format=table"
0 commit comments