diff options
author | Graham Campbell <graham@mineuk.com> | 2014-12-03 20:10:26 +0000 |
---|---|---|
committer | Graham Campbell <graham@mineuk.com> | 2014-12-03 20:10:26 +0000 |
commit | 4d93fe20999aa43de372f053ff9f8ec5a85b6fa5 (patch) | |
tree | 722834ef5651fa20505144af1c6193dbd0a464f5 /Http | |
parent | c3100eb623f97650fa4cdede3e832a497b8e473c (diff) | |
download | symfony-security-4d93fe20999aa43de372f053ff9f8ec5a85b6fa5.zip symfony-security-4d93fe20999aa43de372f053ff9f8ec5a85b6fa5.tar.gz symfony-security-4d93fe20999aa43de372f053ff9f8ec5a85b6fa5.tar.bz2 |
CS fixes
Diffstat (limited to 'Http')
-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 50e68d3..0f47809 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; |