Passed
Push — feature/symfony6-upgrade ( a5554f...8b24fd )
by Paul
06:37
created
Security/Authentication/Handler/ProcessSamlAuthenticationHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
         AuthenticationManagerInterface $authenticationManager,
53 53
         private readonly SamlAuthenticationLogger $authenticationLogger,
54 54
     ) {
55
-        $this->authenticationManager      = $authenticationManager;
55
+        $this->authenticationManager = $authenticationManager;
56 56
     }
57 57
 
58 58
     public function process(RequestEvent $event): void
Please login to merge, or discard this patch.