Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Konrad Oboza <[email protected]>
  • Loading branch information
adriendupuis and konradoboza authored Jul 1, 2024
1 parent bde1b50 commit b77b3c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/contracts/Repository/ContentService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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<int, int> Affected Location ID's (List of Location IDs of the Content that was deleted).
* @return array<int, int> Affected Location IDs (List of Location IDs of the Content that was deleted).
*/
public function deleteContent(ContentInfo $contentInfo): iterable;

Expand Down Expand Up @@ -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<int, string> $languages A list of language codes to be added as additional constraints.
* If skipped, by default, unless SiteAccessAware layer has been disabled, languages set
Expand Down

0 comments on commit b77b3c9

Please sign in to comment.