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 3b96345 commit b62689fCopy full SHA for b62689f
phpstan.neon.dist
@@ -10,7 +10,21 @@ parameters:
10
11
ignoreErrors:
12
- '#Unsafe usage of new static\(\).#'
13
- - identifier: missingType.iterableValue
+ - identifier: missingType.iterableValue
14
+ - identifier: argument.type
15
+ - identifier: cast.string
16
+ - identifier: foreach.nonIterable
17
+ - identifier: binaryOp.invalid
18
+ - identifier: offsetAccess.nonOffsetAccessible
19
+ - identifier: return.type
20
+ - identifier: method.nonObject
21
+ - identifier: varTag.nativeType
22
+ - identifier: assign.propertyType
23
+ - identifier: callable.nonCallable
24
+ - identifier: property.nonObject
25
26
excludePaths:
27
- src/helper.php
28
+
29
+ noEnvCallsOutsideOfConfig: false
30
+ treatPhpDocTypesAsCertain: false
0 commit comments