Test Setup Failed
Branch master (1ffe67)
by Florian
11:53
created
Category
src/Security/ApiKeyAuthenticator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
         $username = $userProvider->getUsernameForApiKey($apiKey);
47 47
 
48 48
         if (null === $username) {
49
-            throw new CustomUserMessageAuthenticationException('Unknown API key: ' . $apiKey);
49
+            throw new CustomUserMessageAuthenticationException('Unknown API key: '.$apiKey);
50 50
         }
51 51
 
52 52
         return $userProvider->loadUserByUsername($username);
Please login to merge, or discard this patch.