Completed
Push — ezp26179-rest_session_refresh_... ( f00ed9...ac6936 )
by
unknown
245:19 queued 225:57
created
eZ/Publish/Core/REST/Server/Controller/User.php 1 patch
Doc Comments   +5 added lines, -6 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
140 140
      *
141 141
      * @param $groupPath
142 142
      *
143
-     * @return \eZ\Publish\Core\REST\Server\Values\RestUserGroup
143
+     * @return Values\CachedValue
144 144
      */
145 145
     public function loadUserGroup($groupPath)
146 146
     {
@@ -177,7 +177,7 @@  discard block
 block discarded – undo
177 177
      *
178 178
      * @param $userId
179 179
      *
180
-     * @return \eZ\Publish\Core\REST\Server\Values\RestUser
180
+     * @return Values\CachedValue
181 181
      */
182 182
     public function loadUser($userId)
183 183
     {
@@ -710,7 +710,7 @@  discard block
 block discarded – undo
710 710
      *
711 711
      * @param $groupPath
712 712
      *
713
-     * @return \eZ\Publish\Core\REST\Server\Values\UserGroupList|\eZ\Publish\Core\REST\Server\Values\UserGroupRefList
713
+     * @return Values\CachedValue
714 714
      */
715 715
     public function loadSubUserGroups($groupPath, Request $request)
716 716
     {
@@ -766,7 +766,7 @@  discard block
 block discarded – undo
766 766
      *
767 767
      * @param $userId
768 768
      *
769
-     * @return \eZ\Publish\Core\REST\Server\Values\UserGroupRefList
769
+     * @return Values\CachedValue
770 770
      */
771 771
     public function loadUserGroupsOfUser($userId, Request $request)
772 772
     {
@@ -806,7 +806,7 @@  discard block
 block discarded – undo
806 806
      *
807 807
      * @param $groupPath
808 808
      *
809
-     * @return \eZ\Publish\Core\REST\Server\Values\UserList|\eZ\Publish\Core\REST\Server\Values\UserRefList
809
+     * @return Values\CachedValue
810 810
      */
811 811
     public function loadUsersFromGroup($groupPath, Request $request)
812 812
     {
@@ -1109,7 +1109,6 @@  discard block
 block discarded – undo
1109 1109
     /**
1110 1110
      * Uses the csrfTokenManager if it was set. Falls back to the token manager if we don't.
1111 1111
      *
1112
-     * @param Request $request
1113 1112
      *
1114 1113
      * @return bool
1115 1114
      */
Please login to merge, or discard this patch.