diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2014-01-01 09:13:43 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2014-01-01 09:13:43 +0100 |
commit | 996d89d29d482acad420803fbba96e85db23ba28 (patch) | |
tree | 0562c2f2f8fe76f90382d2a440213b9709cbb3f0 /Http/EntryPoint/BasicAuthenticationEntryPoint.php | |
parent | f3427fa7d44637866e038bf49ae336509e99800b (diff) | |
parent | b359a5bc76c5a23e19e6f51087f54e1190772ff0 (diff) | |
download | symfony-security-996d89d29d482acad420803fbba96e85db23ba28.zip symfony-security-996d89d29d482acad420803fbba96e85db23ba28.tar.gz symfony-security-996d89d29d482acad420803fbba96e85db23ba28.tar.bz2 |
minor #9920 removed unneeded use statements (fabpot)v2.3.9
This PR was merged into the 2.3 branch.
Discussion
----------
removed unneeded use statements
| Q | A
| ------------- | ---
| License | MIT
Commits
-------
7f9a366 removed unneeded use statements
Diffstat (limited to 'Http/EntryPoint/BasicAuthenticationEntryPoint.php')
-rw-r--r-- | Http/EntryPoint/BasicAuthenticationEntryPoint.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Http/EntryPoint/BasicAuthenticationEntryPoint.php b/Http/EntryPoint/BasicAuthenticationEntryPoint.php index e03de7d..2dc3d11 100644 --- a/Http/EntryPoint/BasicAuthenticationEntryPoint.php +++ b/Http/EntryPoint/BasicAuthenticationEntryPoint.php @@ -12,7 +12,6 @@ namespace Symfony\Component\Security\Http\EntryPoint; use Symfony\Component\Security\Core\Exception\AuthenticationException; -use Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpFoundation\Request; |