Passed
Pull Request — master (#330)
by Arman
02:56
created
src/Libraries/Auth/Adapters/JwtAuthAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
     {
121 121
         $user = $this->authService->get('uuid', $uuid);
122 122
 
123
-        if(!$user) {
123
+        if (!$user) {
124 124
             return false;
125 125
         }
126 126
 
Please login to merge, or discard this patch.