Skip to content

Commit b1aa378

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 de7ea99 commit b1aa378

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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)