We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026cdcd commit 212c88dCopy full SHA for 212c88d
src/contracts/Repository/LocationService.php
@@ -60,7 +60,7 @@ public function loadLocation(int $locationId, ?array $prioritizedLanguages = nul
60
* @param array<int, string>|null $prioritizedLanguages Filter on and use as prioritized language code on translated properties of returned objects.
61
* @param bool|null $useAlwaysAvailable Respect always available flag on content when filtering on $prioritizedLanguages.
62
*
63
- * @return array<int, \Ibexa\Contracts\Core\Repository\Values\Content\Location>|iterable
+ * @return array<int, \Ibexa\Contracts\Core\Repository\Values\Content\Location>|iterable<\Ibexa\Contracts\Core\Repository\Values\Content\Location>
64
*/
65
public function loadLocationList(array $locationIds, ?array $prioritizedLanguages = null, ?bool $useAlwaysAvailable = null): iterable;
66
0 commit comments