Skip to content

Commit 0e38dd9

Browse files
committed
Drop phpstan ignore error missingType.generics.
For some reason this was needed in the past, but no longer is. Possibly due to changes in phpstan or in composer packages.
1 parent 193e851 commit 0e38dd9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

phpstan.neon

-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ parameters:
1414
- "#^Unsafe usage of new static\\(\\).$#"
1515
# Allow to omit `<mixed>` as iterable or generic type qualifier.
1616
- identifier: missingType.iterableValue
17-
- identifier: missingType.generics

0 commit comments

Comments
 (0)