We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700ce5f commit 661da1cCopy full SHA for 661da1c
1 file changed
phpstan.neon
@@ -1,8 +1,10 @@
1
parameters:
2
- level: 8
3
- treatPhpDocTypesAsCertain: false
4
- checkGenericClassInNonGenericObjectType: false
5
- bootstrapFiles:
6
- - config/bootstrap.php
7
- paths:
8
- - src/
+ level: 8
+ treatPhpDocTypesAsCertain: false
+ bootstrapFiles:
+ - config/bootstrap.php
+ paths:
+ - src/
+ ignoreErrors:
9
+ -
10
+ identifier: missingType.generics
0 commit comments