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 f5fabf2 commit d762c5fCopy full SHA for d762c5f
.github/workflows/phpstan.yml
@@ -20,4 +20,4 @@ jobs:
20
uses: ramsey/composer-install@v3
21
22
- name: Run PHPStan
23
- run: ./vendor/bin/phpstan analyse --error-format=github
+ run: ./vendor/bin/phpstan --error-format=github
0 commit comments