Skip to content

Commit 4c3aa93

Browse files
committed
Change parameter type of ReflectorAwareAttributeInterface to the long list of supported reflector types.
This requires to suppress missingType.generics in more places.
1 parent 9850fe5 commit 4c3aa93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpstan.neon

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ parameters:
66
excludePaths:
77
- vendor
88
- .github
9+
ignoreErrors:
10+
# Assume that generic type is 'mixed' if not further specified.
11+
- identifier: missingType.generics

0 commit comments

Comments
 (0)