Passed
Push — master ( d2f042...5da155 )
by Matthieu
04:29
created
src/Security/LegacyJWTAuthenticator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
 
89 89
     public function onAuthenticationFailure(Request $request, AuthenticationException $exception): ?Response
90 90
     {
91
-        return new Response('Authentication Failed: ' . $exception->getMessage(), 403);
91
+        return new Response('Authentication Failed: '.$exception->getMessage(), 403);
92 92
     }
93 93
 
94 94
     /**
Please login to merge, or discard this patch.