Passed
Pull Request — master (#251)
by
unknown
03:03
created
src/Libraries/Auth/Adapters/JwtAuthAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
     {
135 135
         $user = $this->authService->get('uuid', $uuid);
136 136
 
137
-        if($user) {
137
+        if ($user) {
138 138
             $this->setUpdatedTokens($user);
139 139
             return true;
140 140
         }
Please login to merge, or discard this patch.