Skip to content

Commit

Permalink
Fix return type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Dec 1, 2019
1 parent e1883dc commit 589d9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Core/Site/RelationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function loadFieldRelations(
*
* @throws \eZ\Publish\API\Repository\Exceptions\InvalidArgumentException
*
* @return \eZ\Publish\API\Repository\Values\Content\Content[]
* @return \Netgen\EzPlatformSiteApi\API\Values\Content[]
*/
private function getRelatedContentItems(array $relatedContentIds, array $contentTypeIdentifiers, ?int $limit = null): array
{
Expand Down

0 comments on commit 589d9fe

Please sign in to comment.