Passed
Push — master ( b9101f...ab35f0 )
by Arman
03:09 queued 15s
created
src/Libraries/Auth/Adapters/ApiAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
135 135
 
136 136
         $user = $this->authService->get($this->keyFields[AuthKeys::REFRESH_TOKEN], $refreshToken);
137 137
 
138
-        if($user) {
138
+        if ($user) {
139 139
             $this->setUpdatedTokens($user);
140 140
             return true;
141 141
         }
Please login to merge, or discard this patch.