-
Notifications
You must be signed in to change notification settings - Fork 15
/
phpstan-baseline-7.4.neon
271 lines (218 loc) · 12.7 KB
/
phpstan-baseline-7.4.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
parameters:
ignoreErrors:
-
message: "#^Method Ibexa\\\\Bundle\\\\AdminUi\\\\Controller\\\\BookmarkController\\:\\:getChoices\\(\\) should return array but returns array\\<false\\>\\|false\\.$#"
count: 1
path: src/bundle/Controller/BookmarkController.php
-
message: "#^Parameter \\#1 \\$stack of function array_shift expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Location\\> given\\.$#"
count: 1
path: src/bundle/Controller/Content/VersionDraftConflictController.php
-
message: "#^Parameter \\#1 \\$input of function array_keys expects array, array\\|null given\\.$#"
count: 1
path: src/bundle/Controller/ContentDraftController.php
-
message: "#^Parameter \\#1 \\$versions of class Ibexa\\\\AdminUi\\\\Form\\\\Data\\\\Content\\\\Draft\\\\ContentRemoveData constructor expects array\\|null, array\\<mixed, false\\>\\|false given\\.$#"
count: 1
path: src/bundle/Controller/ContentDraftController.php
-
message: "#^Method Ibexa\\\\Bundle\\\\AdminUi\\\\Controller\\\\ContentTypeController\\:\\:getContentTypesNumbers\\(\\) should return array but returns array\\<false\\>\\|false\\.$#"
count: 1
path: src/bundle/Controller/ContentTypeController.php
-
message: "#^Parameter \\#1 \\$array_arg of function usort expects TArray of array\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\ContentType\\\\ContentType\\>, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\ContentType\\\\ContentType\\> given\\.$#"
count: 1
path: src/bundle/Controller/ContentTypeController.php
-
message: "#^Parameter \\#1 \\$s1 of function strnatcasecmp expects string, string\\|null given\\.$#"
count: 1
path: src/bundle/Controller/ContentTypeController.php
-
message: "#^Parameter \\#2 \\$s2 of function strnatcasecmp expects string, string\\|null given\\.$#"
count: 1
path: src/bundle/Controller/ContentTypeController.php
-
message: "#^Method Ibexa\\\\Bundle\\\\AdminUi\\\\Controller\\\\ContentTypeGroupController\\:\\:getContentTypeGroupsNumbers\\(\\) should return array but returns array\\<false\\>\\|false\\.$#"
count: 1
path: src/bundle/Controller/ContentTypeGroupController.php
-
message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\ContentType\\\\ContentType\\> given\\.$#"
count: 1
path: src/bundle/Controller/ContentTypeGroupController.php
-
message: "#^Parameter \\#1 \\$stack of function array_shift expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Language\\> given\\.$#"
count: 1
path: src/bundle/Controller/ContentViewController.php
-
message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Language\\> given\\.$#"
count: 1
path: src/bundle/Controller/ContentViewController.php
-
message: "#^Method Ibexa\\\\Bundle\\\\AdminUi\\\\Controller\\\\LanguageController\\:\\:getLanguagesNumbers\\(\\) should return array but returns array\\<false\\>\\|false\\.$#"
count: 1
path: src/bundle/Controller/LanguageController.php
-
message: "#^Method Ibexa\\\\Bundle\\\\AdminUi\\\\Controller\\\\ObjectStateController\\:\\:getObjectStatesIds\\(\\) should return array but returns array\\<false\\>\\|false\\.$#"
count: 1
path: src/bundle/Controller/ObjectStateController.php
-
message: "#^Method Ibexa\\\\Bundle\\\\AdminUi\\\\Controller\\\\ObjectStateGroupController\\:\\:getObjectStateGroupsIds\\(\\) should return array but returns array\\<false\\>\\|false\\.$#"
count: 1
path: src/bundle/Controller/ObjectStateGroupController.php
-
message: "#^Method Ibexa\\\\Bundle\\\\AdminUi\\\\Controller\\\\PolicyController\\:\\:getPoliciesNumbers\\(\\) should return array but returns array\\<false\\>\\|false\\.$#"
count: 1
path: src/bundle/Controller/PolicyController.php
-
message: "#^Method Ibexa\\\\Bundle\\\\AdminUi\\\\Controller\\\\RoleAssignmentController\\:\\:getRoleAssignmentsNumbers\\(\\) should return array but returns array\\<int, false\\>\\|false\\.$#"
count: 1
path: src/bundle/Controller/RoleAssignmentController.php
-
message: "#^Parameter \\#1 \\$roles of class Ibexa\\\\AdminUi\\\\Form\\\\Data\\\\Role\\\\RolesDeleteData constructor expects array, array\\<false\\>\\|false given\\.$#"
count: 1
path: src/bundle/Controller/RoleController.php
-
message: "#^Method Ibexa\\\\Bundle\\\\AdminUi\\\\Controller\\\\SectionController\\:\\:getSectionsNumbers\\(\\) should return array but returns array\\<false\\>\\|false\\.$#"
count: 1
path: src/bundle/Controller/SectionController.php
-
message: "#^Parameter \\#2 \\$pieces of function implode expects array, array\\<int, string\\>\\|false given\\.$#"
count: 1
path: src/bundle/Templating/Twig/UniversalDiscoveryExtension.php
-
message: "#^Parameter \\#1 \\$obj of function date_format expects DateTimeInterface, DateTime\\|false given\\.$#"
count: 4
path: src/lib/Behat/Component/Fields/DateAndTime.php
-
message: "#^Parameter \\#1 \\$obj of function date_format expects DateTimeInterface, DateTime\\|false given\\.$#"
count: 4
path: src/lib/Behat/Component/Fields/Time.php
-
message: "#^Parameter \\#2 \\$start of function substr expects int, int\\<0, max\\>\\|false given\\.$#"
count: 1
path: src/lib/Behat/Page/RolePage.php
-
message: "#^Parameter \\#1 \\$input of function array_filter expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Field\\> given\\.$#"
count: 1
path: src/lib/EventListener/ContentProxyCreateDraftListener.php
-
message: "#^Parameter \\#1 \\$arr1 of function array_merge expects array, array\\|null given\\.$#"
count: 1
path: src/lib/Form/DataTransformer/FieldType/BinaryFileValueTransformer.php
-
message: "#^Parameter \\#1 \\$arr1 of function array_merge expects array, array\\|null given\\.$#"
count: 1
path: src/lib/Form/DataTransformer/FieldType/ImageAssetValueTransformer.php
-
message: "#^Parameter \\#1 \\$arr1 of function array_merge expects array, array\\|null given\\.$#"
count: 1
path: src/lib/Form/DataTransformer/FieldType/ImageValueTransformer.php
-
message: "#^Parameter \\#1 \\$arr1 of function array_merge expects array, array\\|null given\\.$#"
count: 1
path: src/lib/Form/DataTransformer/FieldType/MediaValueTransformer.php
-
message: "#^Parameter \\#1 \\$input of function array_filter expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Language\\> given\\.$#"
count: 1
path: src/lib/Form/EventListener/AddLanguageFieldBasedOnContentListener.php
-
message: "#^Parameter \\#2 \\$pieces of function implode expects array, array\\|null given\\.$#"
count: 2
path: src/lib/Form/Factory/FormFactory.php
-
message: "#^Parameter \\#1 \\$input of function array_filter expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Language\\> given\\.$#"
count: 1
path: src/lib/Form/Type/ChoiceList/Loader/AvailableTranslationLanguageChoiceLoader.php
-
message: "#^Parameter \\#1 \\$input of function array_filter expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Language\\> given\\.$#"
count: 1
path: src/lib/Form/Type/ChoiceList/Loader/BaseTranslationLanguageChoiceLoader.php
-
message: "#^Parameter \\#1 \\$input of function array_filter expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Language\\> given\\.$#"
count: 2
path: src/lib/Form/Type/ChoiceList/Loader/ContentEditTranslationChoiceLoader.php
-
message: "#^Parameter \\#1 \\$array_arg of function usort expects TArray of array\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\ContentType\\\\ContentType\\>, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\ContentType\\\\ContentType\\> given\\.$#"
count: 1
path: src/lib/Form/Type/ChoiceList/Loader/ContentTypeChoiceLoader.php
-
message: "#^Parameter \\#1 \\$s1 of function strnatcasecmp expects string, string\\|null given\\.$#"
count: 1
path: src/lib/Form/Type/ChoiceList/Loader/ContentTypeChoiceLoader.php
-
message: "#^Parameter \\#2 \\$s2 of function strnatcasecmp expects string, string\\|null given\\.$#"
count: 1
path: src/lib/Form/Type/ChoiceList/Loader/ContentTypeChoiceLoader.php
-
message: "#^Parameter \\#1 \\$input of function array_filter expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Language\\> given\\.$#"
count: 1
path: src/lib/Form/Type/Content/Translation/TranslationAddType.php
-
message: "#^Parameter \\#1 \\$input of function array_filter expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Language\\> given\\.$#"
count: 1
path: src/lib/Form/Type/ContentType/Translation/TranslationAddType.php
-
message: "#^Parameter \\#1 \\$str of function strtolower expects string, string\\|null given\\.$#"
count: 1
path: src/lib/Form/Type/FieldDefinition/User/PasswordConstraintCheckboxType.php
-
message: "#^Parameter \\#1 \\$input of function array_filter expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\ObjectState\\\\ObjectState\\> given\\.$#"
count: 1
path: src/lib/Form/Type/ObjectState/ContentObjectStateUpdateType.php
-
message: "#^Parameter \\#1 \\$input of function array_filter expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Language\\> given\\.$#"
count: 1
path: src/lib/Pagination/Mapper/AbstractPagerContentToDataMapper.php
-
message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\User\\\\UserGroup\\> given\\.$#"
count: 1
path: src/lib/Permission/PermissionChecker.php
-
message: "#^Parameter \\#1 \\$input of function array_filter expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Language\\> given\\.$#"
count: 1
path: src/lib/Tab/Dashboard/PagerLocationToDataMapper.php
-
message: "#^Parameter \\#1 \\$input of function array_filter expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Language\\> given\\.$#"
count: 1
path: src/lib/Tab/LocationView/ContentTab.php
-
message: "#^Method Ibexa\\\\AdminUi\\\\Tab\\\\LocationView\\\\LocationsTab\\:\\:getLocationChoices\\(\\) should return array but returns array\\<int, false\\>\\|false\\.$#"
count: 1
path: src/lib/Tab/LocationView/LocationsTab.php
-
message: "#^Parameter \\#2 \\$languageCodes of class Ibexa\\\\AdminUi\\\\Form\\\\Data\\\\Content\\\\Translation\\\\TranslationDeleteData constructor expects array, array\\<false\\>\\|false given\\.$#"
count: 1
path: src/lib/Tab/LocationView/TranslationsTab.php
-
message: "#^Method Ibexa\\\\AdminUi\\\\Tab\\\\LocationView\\\\UrlsTab\\:\\:getChoices\\(\\) should return array but returns array\\<false\\>\\|false\\.$#"
count: 1
path: src/lib/Tab/LocationView/UrlsTab.php
-
message: "#^Method Ibexa\\\\AdminUi\\\\Tab\\\\LocationView\\\\VersionsTab\\:\\:getVersionNumbers\\(\\) should return array but returns array\\<int, false\\>\\|false\\.$#"
count: 1
path: src/lib/Tab/LocationView/VersionsTab.php
-
message: "#^Parameter \\#1 \\$array_arg of function usort expects TArray of array\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\ContentType\\\\ContentType\\>, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\ContentType\\\\ContentType\\> given\\.$#"
count: 1
path: src/lib/UI/Config/Provider/ContentTypes.php
-
message: "#^Parameter \\#1 \\$s1 of function strnatcasecmp expects string, string\\|null given\\.$#"
count: 1
path: src/lib/UI/Config/Provider/ContentTypes.php
-
message: "#^Parameter \\#2 \\$s2 of function strnatcasecmp expects string, string\\|null given\\.$#"
count: 1
path: src/lib/UI/Config/Provider/ContentTypes.php
-
message: "#^Parameter \\#2 \\$size of function array_chunk expects int\\<1, max\\>, int given\\.$#"
count: 1
path: src/lib/UI/Module/ContentTree/NodeFactory.php
-
message: "#^Parameter \\#1 \\$iterator of function iterator_to_array expects Traversable, iterable\\<Ibexa\\\\Core\\\\MVC\\\\Symfony\\\\SiteAccess\\> given\\.$#"
count: 1
path: src/lib/Siteaccess/SiteaccessResolver.php
-
message: "#^Parameter \\#1 \\$iterator of function iterator_to_array expects Traversable, iterable\\<string, Ibexa\\\\AdminUi\\\\Form\\\\Data\\\\FieldDefinitionData\\> given\\.$#"
count: 1
path: tests/lib/Form/Data/ContentTypeDataTest.php