From 43833e4cfa31126bb25a120cfbcd95e3fc50eef5 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Wed, 27 Nov 2024 17:20:56 +0100 Subject: [PATCH] Update src/contracts/Persistence/Content/Handler.php --- src/contracts/Persistence/Content/Handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contracts/Persistence/Content/Handler.php b/src/contracts/Persistence/Content/Handler.php index 1340931740..72ff7e27e8 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 The {@see \Ibexa\Contracts\Core\Repository\ContentService::loadRelations()} method is deprecated, will be removed in 5.0. + * @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. * * @param mixed $sourceContentId Source Content ID * @param mixed|null $sourceContentVersionNo Source Content Version, null if not specified