diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2011-06-08 12:16:48 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2011-06-08 12:16:48 +0200 |
commit | 942afaa9c1dfb7011f9c136cb477d6d26a0dd6ce (patch) | |
tree | bab79bc2acbab03cb841cb881b56ca669073dd19 /Http/FirewallMapInterface.php | |
parent | 0d1a53126976c957800e4aa1778d902bda4fe1ca (diff) | |
download | symfony-security-942afaa9c1dfb7011f9c136cb477d6d26a0dd6ce.zip symfony-security-942afaa9c1dfb7011f9c136cb477d6d26a0dd6ce.tar.gz symfony-security-942afaa9c1dfb7011f9c136cb477d6d26a0dd6ce.tar.bz2 |
fixed CS
Diffstat (limited to 'Http/FirewallMapInterface.php')
-rw-r--r-- | Http/FirewallMapInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/FirewallMapInterface.php b/Http/FirewallMapInterface.php index 453eb2d..99bac06 100644 --- a/Http/FirewallMapInterface.php +++ b/Http/FirewallMapInterface.php @@ -34,4 +34,4 @@ interface FirewallMapInterface * @return array of the format array(array(AuthenticationListener), ExceptionListener) */ function getListeners(Request $request); -}
\ No newline at end of file +} |