Completed
Push — EZP-31383-roles-copying ( d0932a )
by
unknown
12:44
created
eZ/Publish/Core/Repository/RoleService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1117,7 +1117,7 @@  discard block
 block discarded – undo
1117 1117
      *
1118 1118
      * @param \eZ\Publish\API\Repository\Values\User\RoleCreateStruct $roleCreateStruct
1119 1119
      *
1120
-     * @return \eZ\Publish\Core\FieldType\ValidationError[][][]
1120
+     * @return \eZ\Publish\Core\FieldType\ValidationError[]
1121 1121
      *
1122 1122
      * @throws \eZ\Publish\API\Repository\Exceptions\InvalidArgumentException
1123 1123
      */
@@ -1144,7 +1144,7 @@  discard block
 block discarded – undo
1144 1144
      *
1145 1145
      * @uses ::validatePolicy()
1146 1146
      *
1147
-     * @return \eZ\Publish\Core\FieldType\ValidationError[][][]
1147
+     * @return \eZ\Publish\Core\FieldType\ValidationError[]
1148 1148
      */
1149 1149
     protected function validateRoleCopyStruct(APIRoleCopyStruct $roleCopyStruct): array
1150 1150
     {
Please login to merge, or discard this patch.