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 4e5db9c commit 5064e73Copy full SHA for 5064e73
.github/workflows/phpstan.yml
@@ -24,6 +24,7 @@ jobs:
24
uses: ramsey/composer-install@v3
25
with:
26
dependency-versions: 'highest'
27
+ ignore-cache: true
28
29
- name: Run PHPStan
30
run: ./vendor/bin/phpstan --error-format=github
0 commit comments