Passed
Push — main ( bae336...1e821c )
by Roberto
01:48
created
src/Middleware/ACFMiddleware.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
             $level = $params[0] ?? 1;
36 36
             $authenticator = new \Lepton\Authenticator\UserAuthenticator();
37 37
             $loggedIn = $authenticator->isLoggedIn();
38
-            if(! $loggedIn){
38
+            if(! $loggedIn) {
39 39
                 return false;
40 40
             }
41 41
             $user = $authenticator->getLoggedUser();
Please login to merge, or discard this patch.