Skip to content

Commit

Permalink
Update src/contracts/Repository/Validator/ContentValidator.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveb-p authored Sep 18, 2023
1 parent 929e75e commit 5030c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/Repository/Validator/ContentValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function supports(ValueObject $object): bool;
* >
*
* @return array Grouped validation errors by field definition ID and language code, in format:
* $returnValue[string|int $fieldDefinitionId][string $languageCode] = $fieldErrors;
* $returnValue[int $fieldDefinitionId][string $languageCode] = $fieldErrors;
*
* @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException
*/
Expand Down

0 comments on commit 5030c81

Please sign in to comment.