@@ -1052,7 +1052,7 @@ |
||
1052 | 1052 | * |
1053 | 1053 | * @param \eZ\Publish\API\Repository\Values\User\RoleCreateStruct $roleCreateStruct |
1054 | 1054 | * |
1055 | - * @return \eZ\Publish\Core\FieldType\ValidationError[][][] |
|
1055 | + * @return \eZ\Publish\Core\FieldType\ValidationError[] |
|
1056 | 1056 | * |
1057 | 1057 | * @throws \eZ\Publish\API\Repository\Exceptions\InvalidArgumentException |
1058 | 1058 | */ |
@@ -332,7 +332,7 @@ |
||
332 | 332 | } |
333 | 333 | |
334 | 334 | /** |
335 | - * @param mixed $locationId |
|
335 | + * @param integer $locationId |
|
336 | 336 | * @param bool $count |
337 | 337 | * |
338 | 338 | * @return \Doctrine\DBAL\Driver\Statement |
@@ -18,7 +18,6 @@ |
||
18 | 18 | use eZ\Publish\Core\Repository\Mapper\ContentDomainMapper; |
19 | 19 | use eZ\Publish\Core\Repository\Values\Content\Content; |
20 | 20 | use eZ\Publish\Core\Repository\Values\Content\VersionInfo; |
21 | -use eZ\Publish\SPI\Persistence\Content\ContentInfo; |
|
22 | 21 | use eZ\Publish\SPI\Persistence\Content\ContentInfo as SPIContentInfo; |
23 | 22 | use eZ\Publish\SPI\Persistence\Content\Location; |
24 | 23 | use eZ\Publish\API\Repository\Values\Content\Location as APILocation; |