You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan.neon.dist
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,6 @@ includes:
2
2
- vendor/phpstan/phpstan-strict-rules/rules.neon
3
3
4
4
parameters:
5
-
level: max
5
+
level: 2
6
6
paths: [src]
7
7
checkGenericClassInNonGenericObjectType: false
8
-
9
-
ignoreErrors:
10
-
-
11
-
message: "#^Unable to resolve the template type T in call to method Spiral\\\\Attributes\\\\ReaderInterface\\:\\:(getParameterMetadata\\(\\)|getFunctionMetadata\\(\\)|getClassMetadata\\(\\)|getPropertyMetadata\\(\\)|getConstantMetadata\\(\\))$#"
12
-
path: src/AnnotationLoader.php
13
-
-
14
-
message: "#^Argument of an invalid type array\\|null passed to yield from, only iterables are supported.$#"
0 commit comments