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 19ccfa3 commit c4c7960Copy full SHA for c4c7960
.github/workflows/static-analysis.yml
@@ -35,10 +35,10 @@ jobs:
35
with:
36
coverage: none
37
php-version: 7.4
38
- tools: cs2pr
+ tools: cs2pr, phpstan:1.10.63
39
40
- name: Install dependencies with Composer
41
uses: ramsey/composer-install@v2
42
43
- name: Run static analysis
44
- run: vendor/bin/phpstan analyse --error-format=checkstyle | cs2pr
+ run: phpstan analyse --error-format=checkstyle | cs2pr
0 commit comments