Skip to content

Commit 212c88d

Browse files
committed
LocationService.php: type iterable's values
"return type has no value type specified in iterable type iterable"
1 parent 026cdcd commit 212c88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contracts/Repository/LocationService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function loadLocation(int $locationId, ?array $prioritizedLanguages = nul
6060
* @param array<int, string>|null $prioritizedLanguages Filter on and use as prioritized language code on translated properties of returned objects.
6161
* @param bool|null $useAlwaysAvailable Respect always available flag on content when filtering on $prioritizedLanguages.
6262
*
63-
* @return array<int, \Ibexa\Contracts\Core\Repository\Values\Content\Location>|iterable
63+
* @return array<int, \Ibexa\Contracts\Core\Repository\Values\Content\Location>|iterable<\Ibexa\Contracts\Core\Repository\Values\Content\Location>
6464
*/
6565
public function loadLocationList(array $locationIds, ?array $prioritizedLanguages = null, ?bool $useAlwaysAvailable = null): iterable;
6666

0 commit comments

Comments
 (0)