summaryrefslogtreecommitdiffstats
path: root/Http/FirewallMapInterface.php
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2011-12-13 08:50:54 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2011-12-13 10:22:12 +0100
commitd62274e7daa62c8dd1e2f772e108a773ca043a69 (patch)
tree66dcd95987e267e83cba9b51b7925255e4a8601d /Http/FirewallMapInterface.php
parentd2bdba5c73733dbc45153658584f16b57126090c (diff)
downloadsymfony-security-d62274e7daa62c8dd1e2f772e108a773ca043a69.zip
symfony-security-d62274e7daa62c8dd1e2f772e108a773ca043a69.tar.gz
symfony-security-d62274e7daa62c8dd1e2f772e108a773ca043a69.tar.bz2
[DoctrineBridge] fixed some CS
Diffstat (limited to 'Http/FirewallMapInterface.php')
-rw-r--r--Http/FirewallMapInterface.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Http/FirewallMapInterface.php b/Http/FirewallMapInterface.php
index 99bac06..0630a86 100644
--- a/Http/FirewallMapInterface.php
+++ b/Http/FirewallMapInterface.php
@@ -31,6 +31,7 @@ interface FirewallMapInterface
* must be null.
*
* @param Request $request
+ *
* @return array of the format array(array(AuthenticationListener), ExceptionListener)
*/
function getListeners(Request $request);