Completed
Push — master ( e59634...dafc98 )
by Adeola
02:51
created
src/Controllers/AuthController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@
 block discarded – undo
143 143
     /**
144 144
      * Validate user data are correct.
145 145
      *
146
-     * @param $expectedFields
146
+     * @param string[] $expectedFields
147 147
      * @param $userData
148 148
      *
149 149
      * @return bool
Please login to merge, or discard this patch.
src/Controllers/EmojiController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,8 +7,8 @@
 block discarded – undo
7 7
 namespace Demo;
8 8
 
9 9
 
10
-use Exception;
11 10
 use Carbon\Carbon;
11
+use Exception;
12 12
 use Firebase\JWT\JWT;
13 13
 use Illuminate\Database\Capsule\Manager as Capsule;
14 14
 use Psr\Http\Message\ResponseInterface as Response;
Please login to merge, or discard this patch.
src/dependencies.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,8 +7,8 @@
 block discarded – undo
7 7
 namespace Demo;
8 8
 
9 9
 
10
-use Demo\AuthMiddleware;
11 10
 use Demo\AuthController;
11
+use Demo\AuthMiddleware;
12 12
 use Demo\EmojiController;
13 13
 
14 14
 // DIC configuration
Please login to merge, or discard this patch.