summaryrefslogtreecommitdiffstats
path: root/Core/Authentication/Provider/SimpleAuthenticationProvider.php
diff options
context:
space:
mode:
authorAleksey Podskrebyshev <aleksey.podskrebyshev@gmail.com>2013-09-18 12:27:27 +0400
committerAleksey Podskrebyshev <aleksey.podskrebyshev@gmail.com>2013-09-18 12:27:27 +0400
commite736eac2af86767eb364907a981d0aea26d454c8 (patch)
treec519f47469862cc55592271eef96ff6975e9fc9e /Core/Authentication/Provider/SimpleAuthenticationProvider.php
parent513a354be10f0ed87933adcb788e48660f8e6ed4 (diff)
downloadsymfony-security-e736eac2af86767eb364907a981d0aea26d454c8.zip
symfony-security-e736eac2af86767eb364907a981d0aea26d454c8.tar.gz
symfony-security-e736eac2af86767eb364907a981d0aea26d454c8.tar.bz2
[Security] [SimpleAuthenticationProvider] Delete unnecessary "use" statements
Diffstat (limited to 'Core/Authentication/Provider/SimpleAuthenticationProvider.php')
-rw-r--r--Core/Authentication/Provider/SimpleAuthenticationProvider.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/Core/Authentication/Provider/SimpleAuthenticationProvider.php b/Core/Authentication/Provider/SimpleAuthenticationProvider.php
index 8f8cceb..ffbc72c 100644
--- a/Core/Authentication/Provider/SimpleAuthenticationProvider.php
+++ b/Core/Authentication/Provider/SimpleAuthenticationProvider.php
@@ -11,13 +11,7 @@
namespace Symfony\Component\Security\Core\Authentication\Provider;
-use Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface;
use Symfony\Component\Security\Core\User\UserProviderInterface;
-use Symfony\Component\Security\Core\User\UserCheckerInterface;
-use Symfony\Component\Security\Core\User\UserInterface;
-use Symfony\Component\Security\Core\Exception\UsernameNotFoundException;
-use Symfony\Component\Security\Core\Exception\AuthenticationServiceException;
-use Symfony\Component\Security\Core\Exception\BadCredentialsException;
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
use Symfony\Component\Security\Core\Authentication\SimpleAuthenticatorInterface;
use Symfony\Component\Security\Core\Exception\AuthenticationException;