From b77b3c9dcaa6cd8a4b1d5bd713aee6bc8b544968 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Mon, 1 Jul 2024 10:57:35 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Konrad Oboza --- src/contracts/Repository/ContentService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/contracts/Repository/ContentService.php b/src/contracts/Repository/ContentService.php index 96ba52c7b0..ab7d8f71a8 100644 --- a/src/contracts/Repository/ContentService.php +++ b/src/contracts/Repository/ContentService.php @@ -214,7 +214,7 @@ public function updateContentMetadata(ContentInfo $contentInfo, ContentMetadataU * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to delete the content (in one of the locations of the given content object). * - * @return array Affected Location ID's (List of Location IDs of the Content that was deleted). + * @return array Affected Location IDs (List of Location IDs of the Content that was deleted). */ public function deleteContent(ContentInfo $contentInfo): iterable; @@ -535,7 +535,7 @@ public function find(Filter $filter, ?array $languages = null): ContentList; /** * Gets the total number of fetchable Content items. * - * Count total number of items returned by {@see ContentService::find()} with the same parameters. + * Counts total number of items returned by {@see ContentService::find()} with the same parameters. * * @param array $languages A list of language codes to be added as additional constraints. * If skipped, by default, unless SiteAccessAware layer has been disabled, languages set