Skip to content

Commit

Permalink
Merge branch '1.2' into 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveb-p committed Jun 2, 2021
2 parents 231f36a + 7438cda commit 2c7468c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eZ/Publish/API/Repository/Values/Content/Query/Criterion.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ abstract class Criterion implements CriterionInterface
* @param string|null $operator
* The operator the Criterion uses. If null is given, will default to Operator::IN if $value is an array,
* Operator::EQ if it is not.
* @param string[]|int[]|int|string $value
* @param \eZ\Publish\API\Repository\Values\Content\Query\Criterion\Value $valueData
* @param string[]|int[]|int|string|bool $value
* @param \eZ\Publish\API\Repository\Values\Content\Query\Criterion\Value|null $valueData
*
* @todo Add a dedicated exception
*
Expand Down

0 comments on commit 2c7468c

Please sign in to comment.