You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [CI] Fixed missing closure return types
* fixed callable typehint
* this can be - null, Location, array, string and prolly int as well, good luck finding that out
message: '#^Method Ibexa\\AdminUi\\EventListener\\ContentProxyCreateDraftListener\:\:getTranslatedContentFields\(\) return type has no value type specified in iterable type array\.$#'
message: '#^Method Ibexa\\AdminUi\\EventListener\\ContentTranslateViewFilterParametersListener\:\:getSubscribedEvents\(\) return type has no value type specified in iterable type array\.$#'
message: '#^Method Ibexa\\AdminUi\\Form\\Type\\UniversalDiscoveryWidget\\UniversalDiscoveryWidgetType\:\:buildForm\(\) has no return type specified\.$#'
10403
10402
identifier: missingType.return
@@ -12942,6 +12941,11 @@ parameters:
12942
12941
count: 1
12943
12942
path: src/lib/UI/Dataset/LocationsDataset.php
12944
12943
12944
+
-
12945
+
message: '#^Closure is missing a return type declaration$#'
12946
+
count: 1
12947
+
path: src/lib/UI/Dataset/ObjectStatesDataset.php
12948
+
12945
12949
-
12946
12950
message: '#^Parameter \#2 \$array of function array_map expects array, iterable\<Ibexa\\Contracts\\Core\\Repository\\Values\\ObjectState\\ObjectStateGroup\> given\.$#'
message: '#^Method Ibexa\\AdminUi\\UI\\Service\\PathService\:\:loadPathLocations\(\) should return array\<Ibexa\\Contracts\\Core\\Repository\\Values\\Content\\Location\> but returns array\<Ibexa\\Contracts\\Core\\Repository\\Values\\ValueObject\>\.$#'
13199
-
identifier: return.type
13200
-
count: 1
13201
-
path: src/lib/UI/Service/PathService.php
13202
-
13203
13201
-
13204
13202
message: '#^Method Ibexa\\AdminUi\\UI\\Service\\TabService\:\:getTabsFromGroup\(\) return type has no value type specified in iterable type array\.$#'
0 commit comments