summaryrefslogtreecommitdiffstats
path: root/Guard/Provider/GuardAuthenticationProvider.php
diff options
context:
space:
mode:
authorKonstantin.Myakshin <koc-dp@yandex.ru>2016-01-20 23:47:46 +0200
committerKonstantin.Myakshin <koc-dp@yandex.ru>2016-01-21 00:01:55 +0200
commit28b63c3f70c6c95e5d2432cac9ca5d5c2f70a753 (patch)
treec3fc1370a55e4f9895f402f850c48962f974cf0d /Guard/Provider/GuardAuthenticationProvider.php
parentc1107b54d59383b1cef27064706f2543ba725395 (diff)
downloadsymfony-security-28b63c3f70c6c95e5d2432cac9ca5d5c2f70a753.zip
symfony-security-28b63c3f70c6c95e5d2432cac9ca5d5c2f70a753.tar.gz
symfony-security-28b63c3f70c6c95e5d2432cac9ca5d5c2f70a753.tar.bz2
Remove unused imports
Diffstat (limited to 'Guard/Provider/GuardAuthenticationProvider.php')
-rw-r--r--Guard/Provider/GuardAuthenticationProvider.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/Guard/Provider/GuardAuthenticationProvider.php b/Guard/Provider/GuardAuthenticationProvider.php
index 4347e02..2793674 100644
--- a/Guard/Provider/GuardAuthenticationProvider.php
+++ b/Guard/Provider/GuardAuthenticationProvider.php
@@ -12,7 +12,6 @@
namespace Symfony\Component\Security\Guard\Provider;
use Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface;
-use Symfony\Component\Security\Core\Authentication\Token\AnonymousToken;
use Symfony\Component\Security\Core\Exception\BadCredentialsException;
use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;
use Symfony\Component\Security\Guard\GuardAuthenticatorInterface;