summaryrefslogtreecommitdiffstats
path: root/Http/EntryPoint/BasicAuthenticationEntryPoint.php
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2014-01-01 10:16:05 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2014-01-01 10:16:05 +0100
commit6fba4d9bcba8c4be90890b8a164661fceb67bc0f (patch)
tree8cab388a654159abae32c94799c9ffca7d28fde6 /Http/EntryPoint/BasicAuthenticationEntryPoint.php
parent7c2af5b0f0cec81880e9991603900b24bb478961 (diff)
parentb1021ae160f5425986dea2b62d3f14a0bbbf448a (diff)
downloadsymfony-security-6fba4d9bcba8c4be90890b8a164661fceb67bc0f.zip
symfony-security-6fba4d9bcba8c4be90890b8a164661fceb67bc0f.tar.gz
symfony-security-6fba4d9bcba8c4be90890b8a164661fceb67bc0f.tar.bz2
Merge branch '2.4'
* 2.4: removed unneeded use statements [DoctrineBridge] Fixed an issue with DoctrineParserCache removed unneeded use statements Prepend Child Bundle paths before the parent [Routing] add unit tests for Symfony\Component\Routing\RequestContext class
Diffstat (limited to 'Http/EntryPoint/BasicAuthenticationEntryPoint.php')
-rw-r--r--Http/EntryPoint/BasicAuthenticationEntryPoint.php1
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;