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 4cdeda4 commit b20ba97Copy full SHA for b20ba97
.github/workflows/phpstan.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Show the phpstan version
17
run: webapp/vendor/phpstan/phpstan/phpstan --version
18
- name: Run PHPStan in the classic way
19
- run: /webapp/vendor/bin/phpstan --configuration=webapp/phpstan.dist.neon
+ run: webapp/vendor/bin/phpstan --configuration=webapp/phpstan.dist.neon
20
- uses: php-actions/phpstan@v3
21
with:
22
configuration: webapp/phpstan.dist.neon
0 commit comments