diff options
Diffstat (limited to 'Http/Firewall.php')
-rw-r--r-- | Http/Firewall.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Http/Firewall.php b/Http/Firewall.php index d5af39b..774303d 100644 --- a/Http/Firewall.php +++ b/Http/Firewall.php @@ -35,7 +35,8 @@ class Firewall /** * Constructor. * - * @param FirewallMap $map A FirewallMap instance + * @param FirewallMap $map A FirewallMap instance + * @param EventDispatcherInterface $dispatcher An EventDispatcherInterface instance */ public function __construct(FirewallMapInterface $map, EventDispatcherInterface $dispatcher) { |