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 cae71c4 commit b5fab98Copy full SHA for b5fab98
.github/workflows/phpstan.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
- name: Setup composer dependencies
15
run: .github/jobs/composer_setup.sh
16
- - run: find lib/vendor --name phpstan
+ - run: find lib/vendor -name phpstan
17
- name: Show the phpstan version
18
run: lib/vendor/phpstan/phpstan/phpstan --version
19
- uses: php-actions/[email protected]
0 commit comments