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 767dc0b commit b9e8ef5Copy full SHA for b9e8ef5
.github/workflows/static-analysis.yml
@@ -37,4 +37,4 @@ jobs:
37
uses: ramsey/composer-install@v2
38
39
- name: Run a static analysis with phpstan/phpstan
40
- run: vendor/bin/phpstan
+ run: vendor/bin/phpstan --error-format=checkstyle | cs2pr
0 commit comments