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 dc6a5cd commit 47a37adCopy full SHA for 47a37ad
.github/workflows/phpstan.yml
@@ -41,7 +41,7 @@ jobs:
41
phpstan-result-cache-
42
43
- name: PHPStan Static Analysis
44
- run: XDEBUG_MODE=off php vendor/bin/phpstan.phar analyze -c .phpstan.openmage.neon
+ run: XDEBUG_MODE=off php vendor/bin/phpstan.phar analyze -c .phpstan.dist.openmage.neon
45
46
- name: Save result cache
47
uses: actions/cache/save@v4
0 commit comments