Skip to content

Commit f85d44f

Browse files
committed
Remove deprecated checkGenericClassInNonGenericObjectType
1 parent 635fbc5 commit f85d44f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

phpstan.neon

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ includes:
22
- vendor/phpstan/phpstan-webmozart-assert/extension.neon
33

44
parameters:
5-
checkGenericClassInNonGenericObjectType: false
6-
75
ignoreErrors:
86
- '#Parameter \#2 \$filter of static method ArrayLookup\\Finder\:\:first\(\) expects callable\(mixed, int\|string\|null=\): bool, Closure\(string, string\): bool given#'
7+
-
8+
identifier: missingType.generics
9+
path: src/Filter/Naming.php

0 commit comments

Comments
 (0)