Skip to content

Commit 928ae4d

Browse files
Fixed phpstan issues
1 parent 025e95e commit 928ae4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpstan.neon.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ parameters:
77
checkGenericClassInNonGenericObjectType: false
88

99
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

Comments
 (0)