Skip to content

Commit 086af1a

Browse files
committed
fix(phpstan): add ignore on missingType.generics
1 parent 3440147 commit 086af1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ parameters:
1111
- 'tests/Application/**/*'
1212

1313
ignoreErrors:
14+
- identifier: missingType.generics
1415
- identifier: missingType.iterableValue

0 commit comments

Comments
 (0)