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 4883b75 commit 403c2bfCopy full SHA for 403c2bf
phpstan.neon
@@ -5,15 +5,14 @@ parameters:
5
level: max
6
paths:
7
- %currentWorkingDirectory%/src/
8
- checkGenericClassInNonGenericObjectType: false
9
- checkMissingIterableValueType: false
10
11
gacela:
12
modulesNamespace: PhpLightning
13
excludedNamespaces:
14
- PhpLightning\Shared
15
16
ignoreErrors:
+ - identifier: missingType.iterableValue
17
- '#Cannot cast mixed to .*.#'
18
- '#Method PhpLightning\\.*::.* should return array<.*> but returns array#'
19
- '#Method PhpLightning\\.*::.* should return .* but returns mixed#'
0 commit comments