Completed
Push — role_service_typehint ( 2bb4f6...19e7fb )
by
unknown
15:25
created
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.