-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
25 lines (23 loc) · 726 Bytes
/
phpstan.neon
File metadata and controls
25 lines (23 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
includes:
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
parameters:
level: 8
paths:
- src
bootstrapFiles:
- stubs/doctrine.php
- tests/bootstrap.php
treatPhpDocTypesAsCertain: true
checkMissingIterableValueType: true
checkGenericClassInNonGenericObjectType: true
reportUnmatchedIgnoredErrors: true
checkMissingCallableSignature: true
checkExplicitMixed: true
checkBenevolentUnionTypes: true
services:
errorFormatter.sarif:
class: PHPStanSarifErrorFormatter\SarifErrorFormatter
arguments:
relativePathHelper: @simpleRelativePathHelper
currentWorkingDirectory: %currentWorkingDirectory%
pretty: true