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 0b19004 commit 9c82e5aCopy full SHA for 9c82e5a
.github/workflows/static-analysis.yml
@@ -29,6 +29,11 @@ jobs:
29
composer require phpstan/phpstan --dev --no-update
30
composer install --prefer-dist --no-progress
31
32
+ - name: Fix compatibility with phpstan 1.x
33
+ if: ${{ matrix.php == '7.2' || matrix.php == '7.3' }}
34
+ run: |
35
+ head -n -12 phpstan.neon
36
+
37
- name: Run PHPStan
38
run: |
39
php vendor/bin/phpstan.phar --version
0 commit comments