forked from FriendsOfCake/crud-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
47 lines (38 loc) · 1.47 KB
/
phpstan-baseline.neon
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
parameters:
ignoreErrors:
-
message: "#^Cannot unset offset mixed on array\\{\\}\\.$#"
count: 2
path: src/Listener/ViewListener.php
-
message: "#^Offset \\(int\\|string\\) on array\\{\\} in isset\\(\\) does not exist\\.$#"
count: 2
path: src/Listener/ViewListener.php
-
message: "#^Parameter \\#1 \\$field of method CrudView\\\\Listener\\\\ViewListener\\:\\:_deriveFieldFromContext\\(\\) expects string, array\\<string\\>\\|string\\|null given\\.$#"
count: 1
path: src/Listener/ViewListener.php
-
message: "#^Result of \\|\\| is always false\\.$#"
count: 1
path: src/Listener/ViewListener.php
-
message: "#^Call to an undefined method Cake\\\\ORM\\\\Table\\:\\:searchManager\\(\\)\\.$#"
count: 1
path: src/Listener/ViewSearchListener.php
-
message: "#^Binary operation \"\\+\" between string and non\\-empty\\-array results in an error\\.$#"
count: 1
path: src/View/Widget/DateTimeWidget.php
-
message: "#^Offset 'name' does not exist on array\\<string\\>\\|string\\.$#"
count: 1
path: src/View/Widget/DateTimeWidget.php
-
message: "#^Offset 'templateVars' does not exist on array\\<string\\>\\|string\\.$#"
count: 2
path: src/View/Widget/DateTimeWidget.php
-
message: "#^Parameter \\#1 \\$options of method Cake\\\\View\\\\StringTemplate\\:\\:formatAttributes\\(\\) expects array\\<string, mixed\\>\\|null, array\\<string\\>\\|string given\\.$#"
count: 1
path: src/View/Widget/DateTimeWidget.php