diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2014-12-04 09:55:19 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2014-12-04 09:55:19 +0100 |
commit | 3598ef3378bcfb03fba1e368e168f30bb8169eb2 (patch) | |
tree | 37398a71f681242885ee0ce15985c42506aeb671 /Http/HttpUtils.php | |
parent | aba0b41e79aaae3c8eb9c52f9b2da2f01adb80ca (diff) | |
parent | 4d93fe20999aa43de372f053ff9f8ec5a85b6fa5 (diff) | |
download | symfony-security-3598ef3378bcfb03fba1e368e168f30bb8169eb2.zip symfony-security-3598ef3378bcfb03fba1e368e168f30bb8169eb2.tar.gz symfony-security-3598ef3378bcfb03fba1e368e168f30bb8169eb2.tar.bz2 |
Merge branch '2.3' into 2.5
* 2.3:
[2.3] More cs fixes
Removed unused imports
CS fixes
bumped Symfony version to 2.3.24
updated VERSION for 2.3.23
update CONTRIBUTORS for 2.3.23
updated CHANGELOG for 2.3.23
Conflicts:
src/Symfony/Bundle/FrameworkBundle/EventListener/SessionListener.php
src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php
src/Symfony/Component/HttpKernel/Kernel.php
src/Symfony/Component/HttpKernel/Tests/Bundle/BundleTest.php
src/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php
Diffstat (limited to 'Http/HttpUtils.php')
-rw-r--r-- | Http/HttpUtils.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Http/HttpUtils.php b/Http/HttpUtils.php index 4700b1c..a447a44 100644 --- a/Http/HttpUtils.php +++ b/Http/HttpUtils.php @@ -12,7 +12,6 @@ namespace Symfony\Component\Security\Http; use Symfony\Component\Security\Core\SecurityContextInterface; - use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\RedirectResponse; use Symfony\Component\Routing\Matcher\UrlMatcherInterface; |