diff options
author | Mario A. Alvarez Garcia <nomack841024@gmail.com> | 2012-10-22 10:37:12 -0400 |
---|---|---|
committer | Mario A. Alvarez Garcia <nomack841024@gmail.com> | 2012-10-22 10:37:12 -0400 |
commit | 3d287a5e46b6c915449616b1800e1984dbd83966 (patch) | |
tree | bf91e7cf7f50c71597680292673f9ac72847d0dc /Http | |
parent | ab04c3bb1a29f12ff875844c7915140c0d8bacb8 (diff) | |
download | symfony-security-3d287a5e46b6c915449616b1800e1984dbd83966.zip symfony-security-3d287a5e46b6c915449616b1800e1984dbd83966.tar.gz symfony-security-3d287a5e46b6c915449616b1800e1984dbd83966.tar.bz2 |
Code cleanupv2.1.3
Diffstat (limited to 'Http')
-rw-r--r-- | Http/Firewall/AbstractAuthenticationListener.php | 1 | ||||
-rw-r--r-- | Http/RememberMe/ResponseListener.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Http/Firewall/AbstractAuthenticationListener.php b/Http/Firewall/AbstractAuthenticationListener.php index 1af1646..410fb73 100644 --- a/Http/Firewall/AbstractAuthenticationListener.php +++ b/Http/Firewall/AbstractAuthenticationListener.php @@ -20,7 +20,6 @@ use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterfac use Symfony\Component\Security\Core\Exception\AuthenticationException; use Symfony\Component\Security\Core\Exception\SessionUnavailableException; use Symfony\Component\HttpKernel\Log\LoggerInterface; -use Symfony\Component\HttpKernel\HttpKernelInterface; use Symfony\Component\HttpKernel\Event\GetResponseEvent; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; diff --git a/Http/RememberMe/ResponseListener.php b/Http/RememberMe/ResponseListener.php index 11ea790..6cbdcb3 100644 --- a/Http/RememberMe/ResponseListener.php +++ b/Http/RememberMe/ResponseListener.php @@ -11,7 +11,6 @@ namespace Symfony\Component\Security\Http\RememberMe; -use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpKernel\Event\FilterResponseEvent; /** |