Skip to content

Commit 6ea378f

Browse files
committed
Upgrade to PHPStan 2
1 parent cddac99 commit 6ea378f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/phpstan.neon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ parameters:
44
- TestCase/
55
bootstrapFiles:
66
- %rootDir%/../../../tests/bootstrap.php
7-
checkMissingIterableValueType: false
8-
checkGenericClassInNonGenericObjectType: false
97
ignoreErrors:
8+
- identifier: missingType.iterableValue
9+
- identifier: missingType.generics

0 commit comments

Comments
 (0)