-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathphpstan.neon
More file actions
35 lines (31 loc) · 819 Bytes
/
phpstan.neon
File metadata and controls
35 lines (31 loc) · 819 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
includes:
- vendor/proget-hq/phpstan-yii2/extension.neon
parameters:
paths:
- actions/
- assets/
- commands/
- components/
- controllers/
- deploy/
- messages/
- models/
- views/
bootstrapFiles:
- vendor/autoload.php
- vendor/yiisoft/yii2/Yii.php
- config/web-bootstrap.php
yii2:
config_path: %rootDir%/../../../config/web.php
ignoreErrors:
- /during method call all at/
- /during method call andWhere at/
- /during method call asArray at/
- /during method call innerJoinWith at/
- /during method call join at/
- /during method call joinWith at/
- /during method call limit at/
- /during method call one at/
- /during method call orderBy at/
- /during method call with at/
- /provided to createObject method/