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 3b06b9f commit 5a71b69Copy full SHA for 5a71b69
.github/workflows/phpstan.yml
@@ -23,4 +23,4 @@ jobs:
23
uses: ramsey/composer-install@v3
24
25
- name: Run PHPStan
26
- run: ./vendor/bin/phpstan --error-format=github
+ run: ./vendor/bin/phpstan analyse --error-format=github
0 commit comments