Skip to content

Commit 6d30c87

Browse files
committed
fix: phpstan
1 parent 8eab970 commit 6d30c87

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

phpstan.neon.dist

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ parameters:
1010

1111
ignoreErrors:
1212
- '#Unsafe usage of new static\(\).#'
13-
- '#Command "datatables:html" does not have option*#'
13+
- identifier: missingType.generics
14+
- identifier: missingType.iterableValue
1415

1516
excludePaths:
16-
17-
checkMissingIterableValueType: false
18-
19-
checkGenericClassInNonGenericObjectType: false

0 commit comments

Comments
 (0)