Passed
Push — master ( 1ac191...f2a348 )
by Curtis
09:36 queued 04:27
created
app/Http/Controllers/Auth/LoginController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
     {
55 55
         $user = $this->loggableUser($request);
56 56
 
57
-        if (! $user) {
57
+        if (!$user) {
58 58
             return false;
59 59
         }
60 60
 
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
 
103 103
         \Session::put('db', $value);
104 104
 
105
-        if (! optional($user)->currentPasswordIs($request->input('password'))) {
105
+        if (!optional($user)->currentPasswordIs($request->input('password'))) {
106 106
             return;
107 107
         }
108 108
 
Please login to merge, or discard this patch.