-
-
Notifications
You must be signed in to change notification settings - Fork 119
Expand file tree
/
Copy pathphpstan.dist.neon
More file actions
38 lines (32 loc) · 748 Bytes
/
phpstan.dist.neon
File metadata and controls
38 lines (32 loc) · 748 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
29
30
31
32
33
34
35
36
37
38
includes:
- phpstan-baseline.neon
parameters:
level: 6
paths:
- commands
- components
- helpers
- models
- renderers
- templates
- tests
- apidoc
excludePaths:
analyse:
- tests/data
bootstrapFiles:
- tests/bootstrap.php
dynamicConstantNames:
- YII_DEBUG
- YII_ENV
- YII_ENV_DEV
- YII_ENV_PROD
- YII_ENV_TEST
ignoreErrors:
- '#Unsafe usage of new static\(\).#'
# TODO: fix errors
- identifier: missingType.return
# TODO: fix errors
- identifier: missingType.parameter
# TODO: fix errors
- identifier: missingType.iterableValue