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 8024ff9 commit 150583cCopy full SHA for 150583c
phpstan.neon.dist
@@ -14,14 +14,13 @@ includes:
14
parameters:
15
phpVersion: 80100
16
tmpDir: build/phpstan
17
- level: 5
+ level: 6
18
+ bootstrapFiles:
19
+ - phpstan-bootstrap.php
20
paths:
21
- app
22
- system
23
- utils/PHPStan
- treatPhpDocTypesAsCertain: false
- bootstrapFiles:
24
- - phpstan-bootstrap.php
25
excludePaths:
26
- app/Views/errors/cli/*
27
- app/Views/errors/html/*
@@ -38,3 +37,7 @@ parameters:
38
37
- APP_NAMESPACE
39
- CI_DEBUG
40
- ENVIRONMENT
+ checkMissingIterableValueType: false
41
+ checkGenericClassInNonGenericObjectType: false
42
+ checkMissingCallableSignature: true
43
+ treatPhpDocTypesAsCertain: false
0 commit comments