Skip to content

Commit

Permalink
Update src/contracts/Persistence/Content/Handler.php
Browse files Browse the repository at this point in the history
  • Loading branch information
adriendupuis committed Dec 6, 2024
1 parent 5c1d631 commit 43833e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/Persistence/Content/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43833e4

Please sign in to comment.