-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathphpstan.neon
More file actions
43 lines (37 loc) · 1 KB
/
phpstan.neon
File metadata and controls
43 lines (37 loc) · 1 KB
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
39
40
41
42
43
parameters:
level: 5
paths:
- backend/assets
- backend/controllers
- backend/models
- backend/views
- backend/tests/Functional
- backend/tests/Unit
- common/mail
- common/models
- common/widgets
- common/tests/Unit
- console/controllers
- console/models
- frontend/assets
- frontend/controllers
- frontend/models
- frontend/views
- frontend/tests/Acceptance
- frontend/tests/Functional
- frontend/tests/Unit
scanDirectories:
- backend/tests/Support
- common/tests/Support
- frontend/tests/Support
bootstrapFiles:
- phpstan-bootstrap.php
dynamicConstantNames:
- YII_DEBUG
- YII_ENV
- YII_ENV_DEV
- YII_ENV_PROD
- YII_ENV_TEST
ignoreErrors:
- '#Access to an undefined property yii\\web\\IdentityInterface::\$username.#'
tmpDir: %currentWorkingDirectory%/runtime