From 75cbd746c8aec28b998f065fa205ee2c7995939b Mon Sep 17 00:00:00 2001 From: Ivo Valchev Date: Wed, 30 Oct 2019 13:47:11 +0100 Subject: [PATCH] Remove empty line... --- src/Security/LoginFormAuthenticator.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Security/LoginFormAuthenticator.php b/src/Security/LoginFormAuthenticator.php index 9972f16b..10a84c59 100644 --- a/src/Security/LoginFormAuthenticator.php +++ b/src/Security/LoginFormAuthenticator.php @@ -18,7 +18,6 @@ use Symfony\Component\Security\Csrf\CsrfToken; use Symfony\Component\Security\Csrf\CsrfTokenManagerInterface; use Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator; - class LoginFormAuthenticator extends AbstractFormLoginAuthenticator { /** @var UserRepository */