-
Notifications
You must be signed in to change notification settings - Fork 86
/
phpstan-baseline.neon
451 lines (362 loc) · 22.8 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
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
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$product of class Ibexa\\\\Contracts\\\\Cart\\\\Value\\\\EntryAddStruct constructor expects Ibexa\\\\Contracts\\\\ProductCatalog\\\\Values\\\\AvailabilityAwareInterface&Ibexa\\\\Contracts\\\\ProductCatalog\\\\Values\\\\ContentAwareProductInterface&Ibexa\\\\Contracts\\\\ProductCatalog\\\\Values\\\\PriceAwareInterface, Ibexa\\\\Contracts\\\\ProductCatalog\\\\Values\\\\ProductInterface given\\.$#"
count: 1
path: code_samples/api/commerce/src/Command/CartCommand.php
-
message: "#^Cannot access offset 'my_custom_fieldtype' on array\\|bool\\|float\\|int\\|string\\|null\\.$#"
count: 1
path: code_samples/api/graphql/src/DependencyInjection/Compiler/MyCustomTypeGraphQLCompilerPass.php
-
message: "#^Parameter \\#1 \\$migration of method Ibexa\\\\Migration\\\\MigrationService\\:\\:executeOne\\(\\) expects Ibexa\\\\Migration\\\\Repository\\\\Migration, Ibexa\\\\Migration\\\\Repository\\\\Migration\\|null given\\.$#"
count: 1
path: code_samples/api/migration/src/Command/MigrationCommand.php
-
message: "#^Call to an undefined method Ibexa\\\\Contracts\\\\ProductCatalog\\\\Values\\\\ProductInterface\\:\\:getPrice\\(\\)\\.$#"
count: 1
path: code_samples/api/product_catalog/src/Command/ProductPriceCommand.php
-
message: "#^Parameter \\#1 \\$value of class Ibexa\\\\Contracts\\\\ProductCatalog\\\\Values\\\\Price\\\\Query\\\\Criterion\\\\CustomerGroup constructor expects array\\<Ibexa\\\\Contracts\\\\ProductCatalog\\\\Values\\\\CustomerGroupInterface\\>\\|Ibexa\\\\Contracts\\\\ProductCatalog\\\\Values\\\\CustomerGroupInterface, string given\\.$#"
count: 1
path: code_samples/api/product_catalog/src/Command/ProductPriceCommand.php
-
message: "#^Cannot call method getDateTime\\(\\) on Ibexa\\\\Contracts\\\\Calendar\\\\Event\\|null\\.$#"
count: 1
path: code_samples/api/public_php_api/src/Command/CalendarCommand.php
-
message: "#^Cannot call method getName\\(\\) on Ibexa\\\\Contracts\\\\Calendar\\\\Event\\|null\\.$#"
count: 1
path: code_samples/api/public_php_api/src/Command/CalendarCommand.php
-
message: "#^Variable \\$copyIdentifier might not be defined\\.$#"
count: 3
path: code_samples/api/public_php_api/src/Command/CreateContentTypeCommand.php
-
message: "#^Parameter \\#1 \\$messages of method Symfony\\\\Component\\\\Console\\\\Output\\\\OutputInterface\\:\\:writeln\\(\\) expects iterable\\<string\\>\\|string, string\\|null given\\.$#"
count: 1
path: code_samples/api/public_php_api/src/Command/FilterLocationCommand.php
-
message: "#^Access to an undefined property Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\ValueObject\\:\\:\\$name\\.$#"
count: 1
path: code_samples/api/public_php_api/src/Command/FindComplexCommand.php
-
message: "#^Access to an undefined property Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\ValueObject\\:\\:\\$name\\.$#"
count: 1
path: code_samples/api/public_php_api/src/Command/FindContentCommand.php
-
message: "#^Access to protected property Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\URL\\\\URL\\:\\:\\$url\\.$#"
count: 1
path: code_samples/api/public_php_api/src/Command/FindUrlCommand.php
-
message: "#^Argument of an invalid type Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Search\\\\AggregationResult supplied for foreach, only iterables are supported\\.$#"
count: 2
path: code_samples/api/public_php_api/src/Command/FindWithAggregationCommand.php
-
message: "#^Cannot call method getFormValue\\(\\) on Ibexa\\\\Contracts\\\\Core\\\\FieldType\\\\Value\\|null\\.$#"
count: 1
path: code_samples/api/public_php_api/src/Command/FormSubmissionCommand.php
-
message: "#^Parameter \\#1 \\$messages of method Symfony\\\\Component\\\\Console\\\\Output\\\\OutputInterface\\:\\:writeln\\(\\) expects iterable\\<string\\>\\|string, string\\|null given\\.$#"
count: 2
path: code_samples/api/public_php_api/src/Command/ObjectStateCommand.php
-
message: "#^Access to an undefined property Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\ValueObject\\:\\:\\$name\\.$#"
count: 1
path: code_samples/api/public_php_api/src/Command/SectionCommand.php
-
message: "#^Cannot access property \\$name on Ibexa\\\\Contracts\\\\Taxonomy\\\\Value\\\\TaxonomyEntry\\|null\\.$#"
count: 1
path: code_samples/api/public_php_api/src/Command/TaxonomyCommand.php
-
message: "#^Cannot access property \\$id on Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Location\\|null\\.$#"
count: 1
path: code_samples/api/public_php_api/src/Controller/CustomFilterController.php
-
message: "#^Parameter \\#1 \\$string of function base64_encode expects string, string\\|false given\\.$#"
count: 1
path: code_samples/api/rest_api/create_image.json.php
-
message: "#^Cannot access property \\$nodeName on DOMNode\\|null\\.$#"
count: 3
path: code_samples/api/rest_api/create_image.xml.php
-
message: "#^Cannot access property \\$nodeValue on DOMElement\\|null\\.$#"
count: 6
path: code_samples/api/rest_api/create_image.xml.php
-
message: "#^Cannot call method getAttribute\\(\\) on DOMNode\\|null\\.$#"
count: 1
path: code_samples/api/rest_api/create_image.xml.php
-
message: "#^Cannot call method hasAttribute\\(\\) on DOMNode\\|null\\.$#"
count: 1
path: code_samples/api/rest_api/create_image.xml.php
-
message: "#^Parameter \\#1 \\$string of function base64_encode expects string, string\\|false given\\.$#"
count: 1
path: code_samples/api/rest_api/create_image.xml.php
-
message: "#^Result of && is always false\\.$#"
count: 1
path: code_samples/api/rest_api/create_image.xml.php
-
message: "#^Strict comparison using \\=\\=\\= between 'ErrorMessage' and 'Content' will always evaluate to false\\.$#"
count: 1
path: code_samples/api/rest_api/create_image.xml.php
-
message: "#^Method App\\\\Rest\\\\Output\\\\ValueObjectVisitorDispatcher\\:\\:__construct\\(\\) has parameter \\$visitors with no value type specified in iterable type iterable\\.$#"
count: 1
path: code_samples/api/rest_api/src/Rest/Output/ValueObjectVisitorDispatcher.php
-
message: "#^Property App\\\\Rest\\\\Output\\\\ValueObjectVisitorDispatcher\\:\\:\\$visitors type has no value type specified in iterable type array\\.$#"
count: 1
path: code_samples/api/rest_api/src/Rest/Output/ValueObjectVisitorDispatcher.php
-
message: "#^Method App\\\\Rest\\\\ValueObjectVisitor\\\\Greeting\\:\\:visit\\(\\) has no return type specified\\.$#"
count: 1
path: code_samples/api/rest_api/src/Rest/ValueObjectVisitor/Greeting.php
-
message: "#^Method App\\\\Rest\\\\ValueObjectVisitor\\\\RestLocation\\:\\:visit\\(\\) has no return type specified\\.$#"
count: 1
path: code_samples/api/rest_api/src/Rest/ValueObjectVisitor/RestLocation.php
-
message: "#^Parameter \\#1 \\.\\.\\.\\$arrays of function array_merge expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\URLAlias\\> given\\.$#"
count: 1
path: code_samples/api/rest_api/src/Rest/ValueObjectVisitor/RestLocation.php
-
message: "#^Parameter \\#2 \\.\\.\\.\\$arrays of function array_merge expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\URLAlias\\> given\\.$#"
count: 1
path: code_samples/api/rest_api/src/Rest/ValueObjectVisitor/RestLocation.php
-
message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|false given\\.$#"
count: 1
path: code_samples/back_office/calendar/src/Calendar/Holidays/EventSourceFactory.php
-
message: "#^Method App\\\\Calendar\\\\Holidays\\\\EventType\\:\\:__construct\\(\\) has parameter \\$actions with no value type specified in iterable type iterable\\.$#"
count: 1
path: code_samples/back_office/calendar/src/Calendar/Holidays/EventType.php
-
message: "#^Cannot call method addChild\\(\\) on Knp\\\\Menu\\\\ItemInterface\\|null\\.$#"
count: 1
path: code_samples/back_office/content_type/src/EventListener/TextAnchorMenuTabListener.php
-
message: "#^Method Ibexa\\\\Bundle\\\\Core\\\\Imagine\\\\PlaceholderProvider\\:\\:getPlaceholder\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: code_samples/back_office/images/src/PlaceholderProvider.php
-
message: "#^Return type \\(bool\\) of method App\\\\Security\\\\Limitation\\\\Mapper\\\\CustomLimitationValueMapper\\:\\:mapLimitationValue\\(\\) should be compatible with return type \\(array\\) of method Ibexa\\\\AdminUi\\\\Limitation\\\\LimitationValueMapperInterface\\:\\:mapLimitationValue\\(\\)$#"
count: 1
path: code_samples/back_office/limitation/src/Security/Limitation/Mapper/CustomLimitationValueMapper.php
-
message: "#^Method App\\\\Security\\\\MyPolicyProvider\\:\\:getFiles\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: code_samples/back_office/limitation/src/Security/MyPolicyProvider.php
-
message: "#^Cannot call method addChild\\(\\) on Knp\\\\Menu\\\\ItemInterface\\|null\\.$#"
count: 1
path: code_samples/back_office/menu/menu_item/src/EventSubscriber/MyMenuSubscriber.php
-
message: "#^Cannot call method setExtra\\(\\) on Knp\\\\Menu\\\\ItemInterface\\|null\\.$#"
count: 1
path: code_samples/back_office/menu/menu_item/src/EventSubscriber/MyMenuSubscriber.php
-
message: "#^Cannot call method getValue\\(\\) on Ibexa\\\\Contracts\\\\FieldTypePage\\\\FieldType\\\\LandingPage\\\\Model\\\\Attribute\\|null\\.$#"
count: 1
path: code_samples/back_office/online_editor/src/event/subscriber/RichTextBlockSubscriber.php
-
message: "#^Cannot call method error\\(\\) on Psr\\\\Log\\\\LoggerInterface\\|null\\.$#"
count: 1
path: code_samples/back_office/search/src/EventSubscriber/MySuggestionEventSubscriber.php
-
message: "#^Parameter \\#2 \\$string of function explode expects string, string\\|null given\\.$#"
count: 1
path: code_samples/back_office/search/src/EventSubscriber/MySuggestionEventSubscriber.php
-
message: "#^Method App\\\\Setting\\\\Group\\\\MyGroup\\:\\:__construct\\(\\) has parameter \\$values with no value type specified in iterable type array\\.$#"
count: 1
path: code_samples/back_office/settings/src/Setting/Group/MyGroup.php
-
message: "#^Method App\\\\Strategy\\\\StaticThumbnailStrategy\\:\\:getThumbnail\\(\\) has parameter \\$fields with no value type specified in iterable type array\\.$#"
count: 1
path: code_samples/back_office/thumbnails/src/Strategy/StaticThumbnailStrategy.php
-
message: "#^Class App\\\\Attribute\\\\Percent\\\\Storage\\\\PercentStorageConverter implements generic interface Ibexa\\\\Contracts\\\\ProductCatalog\\\\Local\\\\Attribute\\\\StorageConverterInterface but does not specify its types\\: TPersistenceValue, TValue$#"
count: 1
path: code_samples/catalog/custom_attribute_type/src/Attribute/Percent/Storage/PercentStorageConverter.php
-
message: "#^Class App\\\\CatalogFilter\\\\DataTransformer\\\\ProductNameCriterionTransformer implements generic interface Symfony\\\\Component\\\\Form\\\\DataTransformerInterface but does not specify its types\\: T, R$#"
count: 1
path: code_samples/catalog/custom_catalog_filter/src/CatalogFilter/DataTransformer/ProductNameCriterionTransformer.php
-
message: "#^Method App\\\\CatalogFilter\\\\ProductNameFilter\\:\\:getTranslationMessages\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: code_samples/catalog/custom_catalog_filter/src/CatalogFilter/ProductNameFilter.php
-
message: "#^Cannot call method getCode\\(\\) on Ibexa\\\\Contracts\\\\ProductCatalog\\\\Values\\\\ProductInterface\\|null\\.$#"
count: 1
path: code_samples/catalog/custom_code_generator_strategy/src/CodeGenerator/Strategy/CustomIncrementalCodeGenerator.php
-
message: "#^Method App\\\\FieldType\\\\Point2D\\\\Type\\:\\:getSettingsSchema\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: code_samples/field_types/2dpoint_ft/src/FieldType/Point2D/Type.php
-
message: "#^Method App\\\\FieldType\\\\Point2D\\\\Value\\:\\:__construct\\(\\) has parameter \\$coords with no value type specified in iterable type array\\.$#"
count: 1
path: code_samples/field_types/2dpoint_ft/src/FieldType/Point2D/Value.php
-
message: "#^Method App\\\\FieldType\\\\Point2D\\\\Type\\:\\:getSettingsSchema\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: code_samples/field_types/2dpoint_ft/steps/step_6/Type.php
-
message: "#^Call to an undefined method Ibexa\\\\Contracts\\\\Core\\\\FieldType\\\\Value\\:\\:getName\\(\\)\\.$#"
count: 1
path: code_samples/field_types/generic_ft/src/FieldType/HelloWorld/Comparison/Comparable.php
-
message: "#^Method App\\\\FormBuilder\\\\FieldType\\\\Field\\\\Mapper\\\\CheckboxWithRichtextDescriptionFieldMapper\\:\\:mapFormOptions\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: code_samples/forms/custom_form_attribute/src/FormBuilder/FieldType/Field/Mapper/CheckboxWithRichtextDescriptionFieldMapper.php
-
message: "#^Method App\\\\FormBuilder\\\\Field\\\\Mapper\\\\CountryFieldMapper\\:\\:mapFormOptions\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: code_samples/forms/custom_form_field/src/FormBuilder/Field/Mapper/CountryFieldMapper.php
-
message: "#^Method App\\\\QueryType\\\\LatestContentQueryType\\:\\:getQuery\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
count: 1
path: code_samples/front/custom_query_type/src/QueryType/LatestContentQueryType.php
-
message: "#^Method App\\\\QueryType\\\\LatestContentQueryType\\:\\:getSupportedParameters\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: code_samples/front/custom_query_type/src/QueryType/LatestContentQueryType.php
-
message: "#^Method App\\\\QueryType\\\\OptionsBasedLatestContentQueryType\\:\\:doGetQuery\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
count: 1
path: code_samples/front/custom_query_type/src/QueryType/OptionsBasedLatestContentQueryType.php
-
message: "#^Method App\\\\Controller\\\\RelationController\\:\\:showContentAction\\(\\) has parameter \\$locationId with no type specified\\.$#"
count: 1
path: code_samples/front/embed_content/src/Controller/RelationController.php
-
message: "#^Method App\\\\Controller\\\\BreadcrumbController\\:\\:showBreadcrumbsAction\\(\\) has parameter \\$locationId with no type specified\\.$#"
count: 1
path: code_samples/front/layouts/breadcrumbs/src/Controller/BreadcrumbController.php
-
message: "#^Method App\\\\QueryType\\\\MenuQueryType\\:\\:getQuery\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
count: 1
path: code_samples/front/layouts/menu/src/QueryType/MenuQueryType.php
-
message: "#^Method App\\\\QueryType\\\\MenuQueryType\\:\\:getSupportedParameters\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: code_samples/front/layouts/menu/src/QueryType/MenuQueryType.php
-
message: "#^Method App\\\\Controller\\\\Checkout\\\\Step\\\\SelectSeatStepController\\:\\:getSeatsLayout\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: code_samples/front/shop/checkout/src/Controller/Checkout/Step/SelectSeatStepController.php
-
message: "#^Class App\\\\ShippingMethodType\\\\Storage\\\\StorageConverter implements generic interface Ibexa\\\\Contracts\\\\Shipping\\\\Local\\\\ShippingMethod\\\\StorageConverterInterface but does not specify its types\\: TPersistenceValue, TValue$#"
count: 1
path: code_samples/front/shop/shipping/src/ShippingMethodType/Storage/StorageConverter.php
-
message: "#^Cannot call method setUri\\(\\) on Knp\\\\Menu\\\\ItemInterface\\|null\\.$#"
count: 1
path: code_samples/front/shop/storefront/src/EventSubscriber/BreadcrumbsMenuSubscriber.php
-
message: "#^Method App\\\\Block\\\\Attribute\\\\MyStringAttributeMapper\\:\\:map\\(\\) has parameter \\$constraints with no value type specified in iterable type array\\.$#"
count: 1
path: code_samples/page/custom_attribute/src/Block/Attribute/MyStringAttributeMapper.php
-
message: "#^Call to an undefined method Ibexa\\\\FieldTypePage\\\\FieldType\\\\Page\\\\Block\\\\Renderer\\\\RenderRequestInterface\\:\\:getParameters\\(\\)\\.$#"
count: 1
path: code_samples/page/custom_page_block/src/Event/Subscriber/BlockEmbedEventEventSubscriber.php
-
message: "#^Call to an undefined method Ibexa\\\\FieldTypePage\\\\FieldType\\\\Page\\\\Block\\\\Renderer\\\\RenderRequestInterface\\:\\:setParameters\\(\\)\\.$#"
count: 1
path: code_samples/page/custom_page_block/src/Event/Subscriber/BlockEmbedEventEventSubscriber.php
-
message: "#^Call to an undefined method Ibexa\\\\FieldTypePage\\\\FieldType\\\\Page\\\\Block\\\\Renderer\\\\RenderRequestInterface\\:\\:getParameters\\(\\)\\.$#"
count: 1
path: code_samples/page/page_listener/src/Block/Listener/MyBlockListener.php
-
message: "#^Call to an undefined method Ibexa\\\\FieldTypePage\\\\FieldType\\\\Page\\\\Block\\\\Renderer\\\\RenderRequestInterface\\:\\:setParameters\\(\\)\\.$#"
count: 1
path: code_samples/page/page_listener/src/Block/Listener/MyBlockListener.php
-
message: "#^Method App\\\\Query\\\\Aggregation\\\\Elasticsearch\\\\PriorityAggregationResultExtractor\\:\\:extract\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
count: 1
path: code_samples/search/elasticsearch/src/Query/Aggregation/Elasticsearch/PriorityAggregationResultExtractor.php
-
message: "#^Method App\\\\Query\\\\Criterion\\\\Elasticsearch\\\\CameraManufacturerVisitor\\:\\:visit\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: code_samples/search/elasticsearch/src/Query/Criterion/Elasticsearch/CameraManufacturerVisitor.php
-
message: "#^Method App\\\\Query\\\\SortClause\\\\Elasticsearch\\\\ScoreVisitor\\:\\:visit\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: code_samples/search/elasticsearch/src/Query/SortClause/Elasticsearch/ScoreVisitor.php
-
message: "#^Argument of an invalid type stdClass supplied for foreach, only iterables are supported\\.$#"
count: 1
path: code_samples/search/solr/src/Query/Aggregation/Solr/PriorityAggregationResultExtractor.php
-
message: "#^Method App\\\\Query\\\\Aggregation\\\\Solr\\\\PriorityAggregationResultExtractor\\:\\:canVisit\\(\\) has parameter \\$languageFilter with no value type specified in iterable type array\\.$#"
count: 1
path: code_samples/search/solr/src/Query/Aggregation/Solr/PriorityAggregationResultExtractor.php
-
message: "#^Method App\\\\Query\\\\Aggregation\\\\Solr\\\\PriorityAggregationResultExtractor\\:\\:extract\\(\\) has parameter \\$languageFilter with no value type specified in iterable type array\\.$#"
count: 1
path: code_samples/search/solr/src/Query/Aggregation/Solr/PriorityAggregationResultExtractor.php
-
message: "#^Method App\\\\Query\\\\Aggregation\\\\Solr\\\\PriorityRangeAggregationVisitor\\:\\:formatRangeValue\\(\\) has parameter \\$value with no type specified\\.$#"
count: 1
path: code_samples/search/solr/src/Query/Aggregation/Solr/PriorityRangeAggregationVisitor.php
-
message: "#^Method App\\\\Query\\\\Aggregation\\\\Solr\\\\PriorityRangeAggregationVisitor\\:\\:visit\\(\\) should return array\\<string\\> but returns array\\<string, array\\<string, array\\<string, string\\>\\>\\|string\\>\\.$#"
count: 1
path: code_samples/search/solr/src/Query/Aggregation/Solr/PriorityRangeAggregationVisitor.php
-
message: "#^Parameter \\#2 \\$array of function array_map expects array, array\\<bool\\|float\\|int\\|string\\>\\|bool\\|float\\|int\\|string given\\.$#"
count: 1
path: code_samples/search/solr/src/Query/Criterion/Solr/CameraManufacturerVisitor.php
-
message: "#^Call to an undefined method Ibexa\\\\FieldTypePage\\\\FieldType\\\\Page\\\\Block\\\\Renderer\\\\RenderRequestInterface\\:\\:getParameters\\(\\)\\.$#"
count: 1
path: code_samples/tutorials/page_tutorial/src/Event/RandomBlockListener.php
-
message: "#^Call to an undefined method Ibexa\\\\FieldTypePage\\\\FieldType\\\\Page\\\\Block\\\\Renderer\\\\RenderRequestInterface\\:\\:setParameters\\(\\)\\.$#"
count: 1
path: code_samples/tutorials/page_tutorial/src/Event/RandomBlockListener.php
-
message: "#^Cannot call method getValue\\(\\) on Ibexa\\\\Contracts\\\\FieldTypePage\\\\FieldType\\\\LandingPage\\\\Model\\\\Attribute\\|null\\.$#"
count: 1
path: code_samples/tutorials/page_tutorial/src/Event/RandomBlockListener.php
-
message: "#^Method App\\\\Event\\\\RandomBlockListener\\:\\:findContentItems\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: code_samples/tutorials/page_tutorial/src/Event/RandomBlockListener.php
-
message: "#^Parameter \\#1 \\$locationId of method Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\LocationService\\:\\:loadLocation\\(\\) expects int, int\\|null given\\.$#"
count: 1
path: code_samples/tutorials/page_tutorial/src/Event/RandomBlockListener.php
-
message: "#^Method App\\\\QueryType\\\\MenuQueryType\\:\\:getQuery\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
count: 1
path: code_samples/tutorials/page_tutorial/src/QueryType/MenuQueryType.php
-
message: "#^Method App\\\\QueryType\\\\MenuQueryType\\:\\:getSupportedParameters\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: code_samples/tutorials/page_tutorial/src/QueryType/MenuQueryType.php
-
message: "#^Method App\\\\QueryType\\\\MenuQueryType\\:\\:getQuery\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
count: 1
path: code_samples/tutorials/page_tutorial_starting_point/src/QueryType/MenuQueryType.php
-
message: "#^Method App\\\\QueryType\\\\MenuQueryType\\:\\:getSupportedParameters\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: code_samples/tutorials/page_tutorial_starting_point/src/QueryType/MenuQueryType.php
-
message: "#^Parameter \\#2 \\$email of method Ibexa\\\\Contracts\\\\OAuth2Client\\\\Repository\\\\OAuth2UserService\\:\\:newOAuth2UserCreateStruct\\(\\) expects string, string\\|null given\\.$#"
count: 1
path: code_samples/user_management/oauth_google/src/OAuth/GoogleResourceOwnerMapper.php
-
message: "#^Offset 'data' does not exist on array\\|null\\.$#"
count: 1
path: code_samples/workflow/custom_workflow/src/EventListener/LegalTransitionListener.php