diff options
author | Eriksen Costa <eriksencosta@gmail.com> | 2012-04-02 00:52:14 -0300 |
---|---|---|
committer | Eriksen Costa <eriksencosta@gmail.com> | 2012-04-02 00:52:14 -0300 |
commit | 1cba0bf91c88db420cfe11f49098df2b31071c33 (patch) | |
tree | 41b2ed4fe1f370d749d5873d9778168781463752 /Http/FirewallMap.php | |
parent | b8543a700b811341dab70f3989ad516212e0972c (diff) | |
download | symfony-security-1cba0bf91c88db420cfe11f49098df2b31071c33.zip symfony-security-1cba0bf91c88db420cfe11f49098df2b31071c33.tar.gz symfony-security-1cba0bf91c88db420cfe11f49098df2b31071c33.tar.bz2 |
fixed CS (missing or misplaced license blocks)
Diffstat (limited to 'Http/FirewallMap.php')
-rw-r--r-- | Http/FirewallMap.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Http/FirewallMap.php b/Http/FirewallMap.php index b938115..dfc0984 100644 --- a/Http/FirewallMap.php +++ b/Http/FirewallMap.php @@ -1,11 +1,5 @@ <?php -namespace Symfony\Component\Security\Http; - -use Symfony\Component\HttpFoundation\RequestMatcherInterface; -use Symfony\Component\HttpFoundation\Request; -use Symfony\Component\Security\Http\Firewall\ExceptionListener; - /* * This file is part of the Symfony package. * @@ -15,6 +9,12 @@ use Symfony\Component\Security\Http\Firewall\ExceptionListener; * file that was distributed with this source code. */ +namespace Symfony\Component\Security\Http; + +use Symfony\Component\HttpFoundation\RequestMatcherInterface; +use Symfony\Component\HttpFoundation\Request; +use Symfony\Component\Security\Http\Firewall\ExceptionListener; + /** * FirewallMap allows configuration of different firewalls for specific parts * of the website. |