generated from guanguans/package-skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan.neon
29 lines (27 loc) · 792 Bytes
/
phpstan.neon
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
26
27
28
29
includes:
- phpstan-baseline.neon
parameters:
level: 5
paths:
- config
- routes
- src
excludePaths:
- src/CodeRunnerServiceProvider.php
tmpDir: build/phpstan
# checkOctaneCompatibility: true
# checkModelProperties: true
checkMissingIterableValueType: true
# strictRules:
# allRules: false
# booleansInConditions: false
# uselessCast: false
# requireParentConstructorCall: false
# disallowedConstructs: false
# overwriteVariablesWithLoop: false
# closureUsesThis: false
# matchingInheritedMethodNames: false
# numericOperandsInArithmeticOperators: false
# strictCalls: false
# switchConditionsMatchingType: false
# noVariableVariables: false