Passed
Push — main ( 301afd...180138 )
by Roberto
04:34 queued 02:56
created
src/Middleware/BaseAccessControlMiddleware.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
 
37 37
 
38 38
     protected function checkPermissions(string $modifier, mixed ...$params):bool{
39
-        if($modifier == LoginRequired::class){
39
+        if($modifier == LoginRequired::class) {
40 40
             $authenticator = new \Lepton\Authenticator\UserAuthenticator();
41 41
             return $authenticator->isLoggedIn();
42 42
         }
Please login to merge, or discard this patch.