forked from yiisoft/yii2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline-7x.neon
More file actions
51 lines (42 loc) · 1.41 KB
/
phpstan-baseline-7x.neon
File metadata and controls
51 lines (42 loc) · 1.41 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
44
45
46
47
48
49
50
51
parameters:
ignoreErrors:
-
message: "#^Class BackedEnum not found\\.$#"
count: 1
path: framework/behaviors/AttributeTypecastBehavior.php
-
message: "#^Class BackedEnum not found\\.$#"
count: 2
path: framework/db/ColumnSchema.php
-
message: "#^Class BackedEnum not found\\.$#"
count: 1
path: framework/db/Command.php
-
message: "#^Class UnitEnum not found\\.$#"
count: 1
path: framework/db/Command.php
-
message: "#^Call to an undefined static method BackedEnum\\:\\:from\\(\\)\\.$#"
count: 1
path: framework/behaviors/AttributeTypecastBehavior.php
-
message: "#^Access to property \\$value on an unknown class BackedEnum\\.$#"
count: 2
path: framework/db/ColumnSchema.php
-
message: "#^Access to property \\$value on an unknown class BackedEnum\\.$#"
count: 1
path: framework/db/Command.php
-
message: "#^Access to property \\$name on an unknown class UnitEnum\\.$#"
count: 1
path: framework/db/Command.php
-
message: "#^Call to an undefined method ReflectionType\\:\\:getName\\(\\)\\.$#"
count: 2
path: framework/web/Controller.php
-
message: "#^Parameter \\&\\$constraints by\\-ref type of method yii\\\\db\\\\QueryBuilder\\:\\:getTableUniqueColumnNames\\(\\) expects array\\<yii\\\\db\\\\Constraint\\>\\, array\\<string\\, yii\\\\db\\\\Constraint\\>\\|false given\\.$#"
count: 1
path: framework/db/QueryBuilder.php