Completed
Push — master ( a2ea8b...2c4876 )
by Sherif
02:24
created
src/Modules/V1/Acl/Repositories/UserRepository.php 1 patch
Doc Comments   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -61,8 +61,8 @@  discard block
 block discarded – undo
61 61
     /**
62 62
      * Check if the logged in user has the given group.
63 63
      * 
64
-     * @param  string  $groupName
65
-     * @param  integer $userId
64
+     * @param  integer $user
65
+     * @param string[] $groups
66 66
      * @return boolean
67 67
      */
68 68
     public function hasGroup($groups, $user = false)
@@ -244,7 +244,7 @@  discard block
 block discarded – undo
244 244
      * Reset the given user's password.
245 245
      *
246 246
      * @param  array  $credentials
247
-     * @return array
247
+     * @return string|null
248 248
      */
249 249
     public function resetPassword($credentials)
250 250
     {
@@ -361,7 +361,6 @@  discard block
 block discarded – undo
361 361
     /**
362 362
      * Save the given data to the logged in user.
363 363
      *
364
-     * @param  array $credentials
365 364
      * @return void
366 365
      */
367 366
     public function saveProfile($data) 
Please login to merge, or discard this patch.