@@ -150,7 +150,7 @@ |
||
| 150 | 150 | * |
| 151 | 151 | * @param int $valueTypes The accepted values, as a bit field of Specifications::TYPE_* constants |
| 152 | 152 | * |
| 153 | - * @return callable |
|
| 153 | + * @return \Closure |
|
| 154 | 154 | */ |
| 155 | 155 | private function getValueTypeCheckCallback(int $valueTypes): callable |
| 156 | 156 | { |
@@ -20,7 +20,7 @@ |
||
| 20 | 20 | * |
| 21 | 21 | * Will match of the given criterion doesn't match |
| 22 | 22 | * |
| 23 | - * @param \eZ\Publish\API\Repository\Values\Content\Query\Criterion[] $criteria One criterion, as an array |
|
| 23 | + * @param \eZ\Publish\API\Repository\Values\Content\Query\Criterion[] $criterion One criterion, as an array |
|
| 24 | 24 | * |
| 25 | 25 | * @throws \InvalidArgumentException if more than one criterion is given in the array parameter |
| 26 | 26 | */ |