Completed
Push — ezp-30882-thumbnail ( aacd67...c2bd81 )
by
unknown
19:25 queued 36s
created
eZ/Publish/Core/Persistence/Legacy/Content/Gateway/ExceptionConversion.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.
Core/Persistence/Legacy/Content/Location/Gateway/ExceptionConversion.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/RoleService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1052,7 +1052,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.