diff options
author | Aleksey Podskrebyshev <aleksey.podskrebyshev@gmail.com> | 2013-09-18 12:27:27 +0400 |
---|---|---|
committer | Aleksey Podskrebyshev <aleksey.podskrebyshev@gmail.com> | 2013-09-18 12:27:27 +0400 |
commit | e736eac2af86767eb364907a981d0aea26d454c8 (patch) | |
tree | c519f47469862cc55592271eef96ff6975e9fc9e /Core/Authentication/Provider/SimpleAuthenticationProvider.php | |
parent | 513a354be10f0ed87933adcb788e48660f8e6ed4 (diff) | |
download | symfony-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.php | 6 |
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; |