Skip to content

Commit dc5dcff

Browse files
Apply suggestions from code review
Co-authored-by: Konrad Oboza <[email protected]>
1 parent a0d5e23 commit dc5dcff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/contracts/Repository/ContentService.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public function updateContentMetadata(ContentInfo $contentInfo, ContentMetadataU
214214
*
215215
* @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).
216216
*
217-
* @return array<int, int> Affected Location ID's (List of Location IDs of the Content that was deleted).
217+
* @return array<int, int> Affected Location IDs (List of Location IDs of the Content that was deleted).
218218
*/
219219
public function deleteContent(ContentInfo $contentInfo): iterable;
220220

@@ -535,7 +535,7 @@ public function find(Filter $filter, ?array $languages = null): ContentList;
535535
/**
536536
* Gets the total number of fetchable Content items.
537537
*
538-
* Count total number of items returned by {@see ContentService::find()} with the same parameters.
538+
* Counts total number of items returned by {@see ContentService::find()} with the same parameters.
539539
*
540540
* @param array<int, string> $languages A list of language codes to be added as additional constraints.
541541
* If skipped, by default, unless SiteAccessAware layer has been disabled, languages set

0 commit comments

Comments
 (0)