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 7dab0a9 commit 24382c1Copy full SHA for 24382c1
.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
run: PHP_CS_FIXER_IGNORE_ENV=1 ./bin/php-cs-fixer fix --dry-run -v
47
48
- name: Static Analysis
49
- run: ./bin/psalm
+ run: ./bin/psalm.phar
50
51
- name: Test
52
run: ./bin/phpunit -d memory_limit=-1 --coverage-clover clover.xml
0 commit comments