summaryrefslogtreecommitdiffstats
path: root/Core/Authentication/SimpleFormAuthenticatorInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Core/Authentication/SimpleFormAuthenticatorInterface.php')
-rw-r--r--Core/Authentication/SimpleFormAuthenticatorInterface.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/Core/Authentication/SimpleFormAuthenticatorInterface.php b/Core/Authentication/SimpleFormAuthenticatorInterface.php
index 79fdb1c..95ee881 100644
--- a/Core/Authentication/SimpleFormAuthenticatorInterface.php
+++ b/Core/Authentication/SimpleFormAuthenticatorInterface.php
@@ -11,9 +11,6 @@
namespace Symfony\Component\Security\Core\Authentication;
-use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
-use Symfony\Component\Security\Core\Exception\AuthenticationException;
-use Symfony\Component\HttpKernel\Event\GetResponseEvent;
use Symfony\Component\HttpFoundation\Request;
/**