diff options
author | Lukas Kahwe Smith <smith@pooteeweet.org> | 2011-02-27 19:34:02 +0100 |
---|---|---|
committer | Lukas Kahwe Smith <smith@pooteeweet.org> | 2011-02-27 19:34:02 +0100 |
commit | ef075317fa3a922f88fe8d8c857935e2f9f7b684 (patch) | |
tree | 6870774c9475dc6b69236c8dba2d59d9fbcae689 | |
parent | 1c18a5dc24b8bf3d20aefd2cf7dec02adafb47ac (diff) | |
download | symfony-security-ef075317fa3a922f88fe8d8c857935e2f9f7b684.zip symfony-security-ef075317fa3a922f88fe8d8c857935e2f9f7b684.tar.gz symfony-security-ef075317fa3a922f88fe8d8c857935e2f9f7b684.tar.bz2 |
issues found by static code analysis
-rw-r--r-- | Http/EntryPoint/DigestAuthenticationEntryPoint.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/EntryPoint/DigestAuthenticationEntryPoint.php b/Http/EntryPoint/DigestAuthenticationEntryPoint.php index ecc6178..71866b4 100644 --- a/Http/EntryPoint/DigestAuthenticationEntryPoint.php +++ b/Http/EntryPoint/DigestAuthenticationEntryPoint.php @@ -14,7 +14,7 @@ namespace Symfony\Component\Security\Http\EntryPoint; use Symfony\Component\EventDispatcher\EventInterface; use Symfony\Component\Security\Core\Exception\AuthenticationException; use Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface; -use Symfony\Component\Security\Core\Exception\NonceExpiredException; +use Symfony\Component\HttpKernel\Security\EntryPoint\NonceExpiredException; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpKernel\Log\LoggerInterface; |