forked from packistry/packistry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon.dist
More file actions
28 lines (26 loc) · 784 Bytes
/
phpstan.neon.dist
File metadata and controls
28 lines (26 loc) · 784 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
26
27
28
includes:
- vendor/larastan/larastan/extension.neon
- vendor/phpstan/phpstan-strict-rules/rules.neon
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
- vendor/tomasvotruba/type-coverage/config/extension.neon
- phpstan-baseline.neon
rules:
- Spatie\Ray\PHPStan\RemainingRayCallRule
- Ergebnis\PHPStan\Rules\Expressions\NoCompactRule
- Ergebnis\PHPStan\Rules\Statements\NoSwitchRule
- Ergebnis\PHPStan\Rules\Files\DeclareStrictTypesRule
parameters:
ignoreErrors:
-
identifier: staticMethod.dynamicCall
type_coverage:
return: 100
param: 100
property: 100
constant: 100
customRulesetUsed: true
level: 8
paths:
- app/
- database/
- bootstrap/app.php