diff options
Diffstat (limited to 'Guard')
-rw-r--r-- | Guard/Firewall/GuardAuthenticationListener.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Guard/Firewall/GuardAuthenticationListener.php b/Guard/Firewall/GuardAuthenticationListener.php index 1a659fc..ed0a36e 100644 --- a/Guard/Firewall/GuardAuthenticationListener.php +++ b/Guard/Firewall/GuardAuthenticationListener.php @@ -78,10 +78,7 @@ class GuardAuthenticationListener implements ListenerInterface if ($event->hasResponse()) { if (null !== $this->logger) { - $this->logger->debug(sprintf( - 'The "%s" authenticator set the response. Any later authenticator will not be called', - get_class($guardAuthenticator) - )); + $this->logger->debug(sprintf('The "%s" authenticator set the response. Any later authenticator will not be called', get_class($guardAuthenticator))); } break; |