Completed
Branch master (3fc885)
by Temitope
04:11
created
src/Auth/Oauth.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
      * This method authenticate user and log them in if the supplied
17 17
      * credentials are valid.
18 18
      *
19
-     * @param array $loginParams
20 19
      *
21 20
      * @return json jwt
22 21
      */
Please login to merge, or discard this patch.
src/Controller/EmojiController.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -239,6 +239,7 @@
 block discarded – undo
239 239
 
240 240
     /**
241 241
      * This method authenticate and return user id
242
+     * @param Request $request
242 243
      */
243 244
     public function getCurrentUserId($request)
244 245
     {
Please login to merge, or discard this patch.
src/Controller/UserController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
      *
13 13
      * @param $data
14 14
      *
15
-     * @return int $statuscode
15
+     * @return string|null $statuscode
16 16
      */
17 17
     public function createUser(array $data)
18 18
     {
Please login to merge, or discard this patch.