diff options
author | Lukas Kahwe Smith <smith@pooteeweet.org> | 2011-02-04 19:10:13 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2011-02-04 19:30:28 +0100 |
commit | 2a76050d8acbf1fbed248a94dce4b2525e9e9635 (patch) | |
tree | 69af4d9fb84f94f2fff0ab04e0e76aa9fcb9eb7b /Http/FirewallMap.php | |
parent | 711ab84f4d4d4d1c313a25898a18c7284f2e33ee (diff) | |
download | symfony-security-2a76050d8acbf1fbed248a94dce4b2525e9e9635.zip symfony-security-2a76050d8acbf1fbed248a94dce4b2525e9e9635.tar.gz symfony-security-2a76050d8acbf1fbed248a94dce4b2525e9e9635.tar.bz2 |
some fixes by just "blindly" trying to make phpStorm code analysis happier
Diffstat (limited to 'Http/FirewallMap.php')
-rw-r--r-- | Http/FirewallMap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/FirewallMap.php b/Http/FirewallMap.php index ac2a9f9..b5d5599 100644 --- a/Http/FirewallMap.php +++ b/Http/FirewallMap.php @@ -4,7 +4,7 @@ namespace Symfony\Component\Security\Http; use Symfony\Component\HttpFoundation\RequestMatcherInterface; use Symfony\Component\HttpFoundation\Request; -use Symfony\Component\HttpKernel\Security\Firewall\ExceptionListener; +use Symfony\Component\Security\Http\Firewall\ExceptionListener; /* * This file is part of the Symfony framework. |