Completed
Push — master ( d2eec6...69cb9a )
by Temitope
02:30
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/Database/UploadTableInfo.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -74,6 +74,9 @@
 block discarded – undo
74 74
 
75 75
     }
76 76
 
77
+    /**
78
+     * @param string $keywords
79
+     */
77 80
     public function createEmojiKeywords($emoji_id, $keywords)
78 81
     {
79 82
         if ($keywords) {
Please login to merge, or discard this patch.
src/Controller/EmojiController.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -254,6 +254,8 @@
 block discarded – undo
254 254
 
255 255
     /**
256 256
      * This method authenticate and return user id
257
+     * @param Request $request
258
+     * @param Response $response
257 259
      */
258 260
     public function getCurrentUserId($request, $response)
259 261
     {
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 bool true
15
+     * @return boolean|null true
16 16
      */
17 17
     public function createUser(array $data)
18 18
     {
Please login to merge, or discard this patch.