Skip to content

Commit e6a3f58

Browse files
vidarlkonradoboza
andauthored
Apply suggestions from code review
Co-authored-by: Konrad Oboza <konrad.oboza@ibexa.co>
1 parent 2d83f63 commit e6a3f58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/Repository/ContentService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2528,7 +2528,7 @@ public function deleteTranslationFromDraft(APIVersionInfo $versionInfo, string $
25282528
*/
25292529
public function hideContent(ContentInfo $contentInfo): void
25302530
{
2531-
// If ContentInfo is in draft state, mainocationId is yet not set
2531+
// If ContentInfo is in draft state, mainLocationId is yet not set
25322532
$locationTarget = !$contentInfo->isDraft()
25332533
? [new DestinationLocationTarget($contentInfo->mainLocationId, $contentInfo)]
25342534
: [];

0 commit comments

Comments
 (0)