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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,5 @@ parameters:
7
7
checkGenericClassInNonGenericObjectType: false
8
8
9
9
ignoreErrors:
10
-
- "#^Construct empty\\(\\) is not allowed. Use more strict comparison.|Call to an undefined method Reflector\\:\\:getAttributes\\(\\).$#"
10
+
- "#^Construct empty\\(\\) is not allowed. Use more strict comparison.$#"
11
+
- "#^Call to an undefined method Reflector\\:\\:getAttributes\\(\\).|Parameter \\$attribute of anonymous function has invalid typehint type ReflectionAttribute.|Call to method newInstance\\(\\) on an unknown class ReflectionAttribute.$#"
0 commit comments