Skip to content

Commit d93554b

Browse files
scott graysonscott grayson
authored andcommitted
Remove invalid checkMissingIterableValueType PHPStan parameter
- This parameter is not recognized by PHPStan - Causes CI build failures - Removing it to fix PHPStan configuration error
1 parent 32a6457 commit d93554b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

phpstan.neon.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ parameters:
1010
tmpDir: build/phpstan
1111
checkOctaneCompatibility: true
1212
checkModelProperties: true
13-
checkMissingIterableValueType: false
1413
ignoreErrors:
1514
- '#Class App\\Models\\User not found#'
1615
- '#Call to static method .* on an unknown class App\\Models\\User#'

0 commit comments

Comments
 (0)