@@ -18,7 +18,6 @@ |
||
18 | 18 | use eZ\Publish\SPI\Persistence\Content\VersionInfo; |
19 | 19 | use eZ\Publish\SPI\Persistence\Content\Field; |
20 | 20 | use eZ\Publish\SPI\Persistence\Content\Relation\CreateStruct as RelationCreateStruct; |
21 | -use Doctrine\DBAL\DBALException; |
|
22 | 21 | use PDOException; |
23 | 22 | |
24 | 23 | /** |
@@ -12,7 +12,6 @@ |
||
12 | 12 | use eZ\Publish\Core\Persistence\Legacy\Content\Location\Gateway; |
13 | 13 | use eZ\Publish\SPI\Persistence\Content\Location\UpdateStruct; |
14 | 14 | use eZ\Publish\SPI\Persistence\Content\Location\CreateStruct; |
15 | -use Doctrine\DBAL\DBALException; |
|
16 | 15 | use PDOException; |
17 | 16 | |
18 | 17 | /** |
@@ -1052,7 +1052,7 @@ discard block |
||
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 | */ |
@@ -1084,7 +1084,7 @@ discard block |
||
1084 | 1084 | * @param string $function |
1085 | 1085 | * @param \eZ\Publish\API\Repository\Values\User\Limitation[] $limitations |
1086 | 1086 | * |
1087 | - * @return \eZ\Publish\Core\FieldType\ValidationError[][] |
|
1087 | + * @return \eZ\Publish\Core\FieldType\ValidationError[] |
|
1088 | 1088 | */ |
1089 | 1089 | protected function validatePolicy(string $module, string $function, array $limitations): iterable |
1090 | 1090 | { |