Skip to content

Commit 403c2bf

Browse files
committed
chore: upgrade phpstan.neon
1 parent 4883b75 commit 403c2bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

phpstan.neon

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ parameters:
55
level: max
66
paths:
77
- %currentWorkingDirectory%/src/
8-
checkGenericClassInNonGenericObjectType: false
9-
checkMissingIterableValueType: false
108

119
gacela:
1210
modulesNamespace: PhpLightning
1311
excludedNamespaces:
1412
- PhpLightning\Shared
1513

1614
ignoreErrors:
15+
- identifier: missingType.iterableValue
1716
- '#Cannot cast mixed to .*.#'
1817
- '#Method PhpLightning\\.*::.* should return array<.*> but returns array#'
1918
- '#Method PhpLightning\\.*::.* should return .* but returns mixed#'

0 commit comments

Comments
 (0)