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 c46521b commit 28fbc3dCopy full SHA for 28fbc3d
.github/workflows/phpstan.yml
@@ -20,7 +20,7 @@ jobs:
20
coverage: none
21
22
- name: Install composer dependencies
23
- uses: ramsey/composer-install@v1
+ uses: ramsey/composer-install@v2
24
25
- name: Run PHPStan
26
run: ./vendor/bin/phpstan --error-format=github
phpstan.neon.dist
@@ -8,5 +8,4 @@ parameters:
8
- config
9
tmpDir: build/phpstan
10
checkOctaneCompatibility: true
11
- checkModelProperties: true
12
checkMissingIterableValueType: false
0 commit comments