-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathphpstan-baseline.neon
96 lines (78 loc) · 3.65 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
parameters:
ignoreErrors:
-
message: "#^Cannot access offset 'messages' on mixed\\.$#"
count: 1
path: Exception/ModelFormInvalidException.php
-
message: "#^Parameter \\#1 \\$object of function get_class expects object, mixed given\\.$#"
count: 1
path: Exception/ModelFormInvalidException.php
-
message: "#^Parameter \\#2 \\$array of function implode expects array\\<string\\>, mixed given\\.$#"
count: 1
path: Exception/ModelFormInvalidException.php
-
message: "#^Parameter \\#2 \\$array of function implode expects array\\|null, mixed given\\.$#"
count: 1
path: Exception/ModelFormInvalidException.php
-
message: "#^Parameter \\#3 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
count: 1
path: Exception/ModelNotFoundException.php
-
message: "#^Parameter \\#1 \\$entityName of method Sulu\\\\Component\\\\Rest\\\\ListBuilder\\\\Doctrine\\\\DoctrineListBuilderFactory\\:\\:create\\(\\) expects class\\-string, string given\\.$#"
count: 1
path: ListRepresentation/DoctrineListRepresentationFactory.php
-
message: "#^Parameter \\#2 \\$value of method Sulu\\\\Component\\\\Rest\\\\ListBuilder\\\\AbstractListBuilder\\:\\:where\\(\\) expects string, mixed given\\.$#"
count: 1
path: ListRepresentation/DoctrineListRepresentationFactory.php
-
message: "#^Cannot access offset '_embedded' on mixed\\.$#"
count: 1
path: ListRepresentation/DoctrineNestedListRepresentationFactory.php
-
message: "#^Cannot access offset 'hasChildren' on mixed\\.$#"
count: 1
path: ListRepresentation/DoctrineNestedListRepresentationFactory.php
-
message: "#^Cannot access offset 'id' on mixed\\.$#"
count: 1
path: ListRepresentation/DoctrineNestedListRepresentationFactory.php
-
message: "#^Cannot access offset 'lft' on mixed\\.$#"
count: 2
path: ListRepresentation/DoctrineNestedListRepresentationFactory.php
-
message: "#^Cannot access offset 'parentId' on mixed\\.$#"
count: 2
path: ListRepresentation/DoctrineNestedListRepresentationFactory.php
-
message: "#^Cannot access offset 'rgt' on mixed\\.$#"
count: 2
path: ListRepresentation/DoctrineNestedListRepresentationFactory.php
-
message: "#^Comparison operation \"\\>\" between int\\<2, max\\> and 1 is always true\\.$#"
count: 1
path: ListRepresentation/DoctrineNestedListRepresentationFactory.php
-
message: "#^Method HandcraftedInTheAlps\\\\Bundle\\\\SuluResourceBundle\\\\ListRepresentation\\\\DoctrineNestedListRepresentationFactory\\:\\:findIdsOnPathsBetween\\(\\) should return array\\<int\\|string\\> but returns array\\.$#"
count: 1
path: ListRepresentation/DoctrineNestedListRepresentationFactory.php
-
message: "#^Parameter \\#1 \\$callback of function array_map expects \\(callable\\(mixed\\)\\: mixed\\)\\|null, 'current' given\\.$#"
count: 1
path: ListRepresentation/DoctrineNestedListRepresentationFactory.php
-
message: "#^Parameter \\#1 \\$entityName of method Sulu\\\\Component\\\\Rest\\\\ListBuilder\\\\Doctrine\\\\DoctrineListBuilderFactory\\:\\:create\\(\\) expects class\\-string, string given\\.$#"
count: 1
path: ListRepresentation/DoctrineNestedListRepresentationFactory.php
-
message: "#^Parameter \\#1 \\$key of function array_key_exists expects int\\|string, mixed given\\.$#"
count: 2
path: ListRepresentation/DoctrineNestedListRepresentationFactory.php
-
message: "#^Parameter \\#2 \\$value of method Sulu\\\\Component\\\\Rest\\\\ListBuilder\\\\AbstractListBuilder\\:\\:where\\(\\) expects string, mixed given\\.$#"
count: 1
path: ListRepresentation/DoctrineNestedListRepresentationFactory.php