Skip to content

Commit

Permalink
IBX-6017: Fixed validation of `ContentService::loadVersionInfoListByC…
Browse files Browse the repository at this point in the history
…ontentInfo` input

For more details see #381
  • Loading branch information
barw4 authored Aug 2, 2023
1 parent 002ffa4 commit 5251385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eZ/Publish/Core/Repository/ContentService.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ public function loadVersionInfoListByContentInfo(array $contentInfoList): array
sprintf(
'Element at position %d is not an instance of %s',
$idx,
$contentInfo
ContentInfo::class
)
);
}
Expand Down

0 comments on commit 5251385

Please sign in to comment.