diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2016-01-21 10:53:31 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2016-01-21 10:53:31 +0100 |
commit | 9c4e87f8235767bb9719f2c1b7f895b4b61ba839 (patch) | |
tree | 33ebe35916a696d3a61d1adefc2ebbfacf6afb32 | |
parent | b1bb725967f39f50a3362319f0a805ecafb0b633 (diff) | |
parent | 28b63c3f70c6c95e5d2432cac9ca5d5c2f70a753 (diff) | |
download | symfony-security-9c4e87f8235767bb9719f2c1b7f895b4b61ba839.zip symfony-security-9c4e87f8235767bb9719f2c1b7f895b4b61ba839.tar.gz symfony-security-9c4e87f8235767bb9719f2c1b7f895b4b61ba839.tar.bz2 |
minor #17465 Remove unused imports (Koc)
This PR was merged into the 3.0 branch.
Discussion
----------
Remove unused imports
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | wait travis
| Fixed tickets | -
| License | MIT
| Doc PR | -
Commits
-------
b8028f6 Remove unused imports
-rw-r--r-- | Guard/Provider/GuardAuthenticationProvider.php | 1 |
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; |