Completed
Push — EZP-31383-role-copying ( 805768 )
by
unknown
15:57 queued 12s
created
eZ/Publish/Core/Repository/RoleService.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1138,7 +1138,7 @@  discard block
 block discarded – undo
1138 1138
      *
1139 1139
      * @param \eZ\Publish\API\Repository\Values\User\RoleCreateStruct $roleCreateStruct
1140 1140
      *
1141
-     * @return \eZ\Publish\Core\FieldType\ValidationError[][][]
1141
+     * @return \eZ\Publish\Core\FieldType\ValidationError[]
1142 1142
      *
1143 1143
      * @throws \eZ\Publish\API\Repository\Exceptions\InvalidArgumentException
1144 1144
      */
@@ -1167,7 +1167,7 @@  discard block
 block discarded – undo
1167 1167
      *
1168 1168
      * @param \eZ\Publish\API\Repository\Values\User\RoleCopyStruct $roleCopyStruct
1169 1169
      *
1170
-     * @return \eZ\Publish\Core\FieldType\ValidationError[][][]
1170
+     * @return \eZ\Publish\Core\FieldType\ValidationError[]
1171 1171
      */
1172 1172
     protected function validateRoleCopyStruct(APIRoleCopyStruct $roleCopyStruct)
1173 1173
     {
@@ -1197,7 +1197,7 @@  discard block
 block discarded – undo
1197 1197
      * @param string $function
1198 1198
      * @param \eZ\Publish\API\Repository\Values\User\Limitation[] $limitations
1199 1199
      *
1200
-     * @return \eZ\Publish\Core\FieldType\ValidationError[][]
1200
+     * @return \eZ\Publish\Core\FieldType\ValidationError[]
1201 1201
      */
1202 1202
     protected function validatePolicy(string $module, string $function, array $limitations): iterable
1203 1203
     {
Please login to merge, or discard this patch.