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 a65dc33 commit 69ed9a0Copy full SHA for 69ed9a0
.github/workflows/ci.yml
@@ -76,6 +76,4 @@ jobs:
76
run: composer install --prefer-dist --no-interaction --no-progress
77
78
- name: Run Static Analysis
79
- run: |
80
- rm -r public_html # remove once https://github.com/phpstan/phpstan/issues/10321 is fixed
81
- vendor/bin/phpstan analyse -v
+ run: vendor/bin/phpstan analyse -v
0 commit comments