@@ -56,7 +56,7 @@ |
||
| 56 | 56 | * @throws \eZ\Publish\API\Repository\Exceptions\NotFoundException |
| 57 | 57 | * @throws \eZ\Publish\API\Repository\Exceptions\UnauthorizedException |
| 58 | 58 | * |
| 59 | - * @param mixed $contentId |
|
| 59 | + * @param integer $contentId |
|
| 60 | 60 | * |
| 61 | 61 | * @return \eZ\Publish\API\Repository\Values\Content\Location|null |
| 62 | 62 | */ |
@@ -60,7 +60,7 @@ |
||
| 60 | 60 | /** |
| 61 | 61 | * Get PDOStatement to fetch metadata about content objects to be indexed. |
| 62 | 62 | * |
| 63 | - * @param array $fields Select fields |
|
| 63 | + * @param string[] $fields Select fields |
|
| 64 | 64 | * |
| 65 | 65 | * @return \PDOStatement |
| 66 | 66 | */ |