summaryrefslogtreecommitdiffstats
path: root/Http/FirewallMapInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Http/FirewallMapInterface.php')
-rw-r--r--Http/FirewallMapInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/FirewallMapInterface.php b/Http/FirewallMapInterface.php
index 5a42ff1..336125f 100644
--- a/Http/FirewallMapInterface.php
+++ b/Http/FirewallMapInterface.php
@@ -34,5 +34,5 @@ interface FirewallMapInterface
*
* @return array of the format array(array(AuthenticationListener), ExceptionListener)
*/
- function getListeners(Request $request);
+ public function getListeners(Request $request);
}