Passed
Pull Request — master (#123)
by Cesar
03:03
created
src/Middlewares/MagiclinkMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
             return response()->noContent($magicLink ? 200 : 404);
20 20
         }
21 21
 
22
-        if (! $magicLink) {
22
+        if ( ! $magicLink) {
23 23
             return $this->badResponse();
24 24
         }
25 25
 
Please login to merge, or discard this patch.