diff --git a/src/contracts/Persistence/Content/Handler.php b/src/contracts/Persistence/Content/Handler.php index 72ff7e27e8..837f12a4be 100644 --- a/src/contracts/Persistence/Content/Handler.php +++ b/src/contracts/Persistence/Content/Handler.php @@ -283,7 +283,7 @@ public function removeRelation($relationId, $type, ?int $destinationContentId = /** * Loads relations from $sourceContentId. Optionally, loads only those with $type and $sourceContentVersionNo. * - * @deprecated 4.5.7 Method is deprecated since 4.5.7, and will be removed in 5.0. Use {@see \Ibexa\Contracts\Core\Repository\ContentService::loadRelationList()} instead. + * @deprecated 4.5.7 It will be removed in 5.0. Use {@see \Ibexa\Contracts\Core\Repository\ContentService::loadRelationList()} instead. * * @param mixed $sourceContentId Source Content ID * @param mixed|null $sourceContentVersionNo Source Content Version, null if not specified