diff options
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 +} |