Passed
Push — master ( 3cd34b...cc9552 )
by Sander
02:04 queued 35s
created
src/AuthenticatesUsers.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
         $this->validateLogin($request);
23 23
 
24 24
         $response = $this->broker()->login(
25
-            $request, function ($user) {
25
+            $request, function($user) {
26 26
                 $this->authenticateUser($user);
27 27
             }
28 28
         );
Please login to merge, or discard this patch.
src/AuthServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
             'prefix'     => config('magic-auth.uri'),
30 30
             'namespace'  => 'Soved\Laravel\Magic\Auth\Http\Controllers',
31 31
             'middleware' => 'web',
32
-        ], function () {
32
+        ], function() {
33 33
             $this->loadRoutesFrom(__DIR__ . '/../routes/web.php');
34 34
         });
35 35
     }
Please login to merge, or discard this patch.