Completed
Push — master ( 2c2629...6c5f2c )
by Temitope
02:56 queued 34s
created
src/Controller/EmojiController.php 2 patches
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.
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -261,7 +261,7 @@
 block discarded – undo
261 261
 
262 262
                 $userInfo = (array) $tokenInfo['dat'];
263 263
 
264
-             return $userInfo['id'];
264
+                return $userInfo['id'];
265 265
 
266 266
             }
267 267
 
Please login to merge, or discard this patch.