Passed
Push — main ( 16cc9f...4d0cff )
by Daniel
09:49 queued 04:29
created
src/Security/EventListener/LogoutListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
         private readonly RefreshTokenStorageInterface $storage,
29 29
         private readonly JWTCookieProvider $cookieProvider,
30 30
         private readonly MercureAuthorization $mercureAuthorization
31
-    ){}
31
+    ) {}
32 32
 
33 33
     public function __invoke(LogoutEvent $event): void
34 34
     {
Please login to merge, or discard this patch.