| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | public function onAuthenticationFailure(AuthenticationFailureEvent $event) |
||
| 27 | { |
||
| 28 | $exception = $event->getAuthenticationException(); |
||
| 29 | $token = $event->getAuthenticationToken(); |
||
| 30 | $creds = $token->getCredentials(); |
||
| 31 | $this->logger->error("Login failed for " . $creds['username'] . ": " . $exception->getMessage()); |
||
| 32 | } |
||
| 42 |