Skip to content

Commit

Permalink
Update src/contracts/Repository/ContentService.php
Browse files Browse the repository at this point in the history
  • Loading branch information
adriendupuis authored Jun 21, 2024
1 parent 5a087e6 commit 271cdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/Repository/ContentService.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public function createContent(ContentCreateStruct $contentCreateStruct, array $l
/**
* Updates the metadata.
*
* To update fields, use {@see ContentService::updateContent()}
* To update fields, use {@see ContentService::updateContent()}.
*
* @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException if the user is not allowed to update the content meta data
* @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException if the remoteId in $contentMetadataUpdateStruct is set but already exists
Expand Down

0 comments on commit 271cdce

Please sign in to comment.