Skip to content

Commit a97296e

Browse files
committedJun 13, 2024
Replace deprecated setting checkGenericClassInNonGenericObjectType
1 parent 3b909a7 commit a97296e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎phpstan.neon

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
parameters:
22
level: 7
3-
checkGenericClassInNonGenericObjectType: false
3+
ignoreErrors:
4+
- identifier: missingType.generics
45
paths:
56
- src
67
- tests

0 commit comments

Comments
 (0)
Please sign in to comment.