Skip to content

Commit ec05739

Browse files
committed
[SecurityBundle][FirewallMap] Remove unused property
1 parent 11c186b commit ec05739

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Security/FirewallMap.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,11 @@ class _FirewallMap
107107
{
108108
private $container;
109109
private $map;
110-
private $contexts;
111110

112111
public function __construct(ContainerInterface $container, $map)
113112
{
114113
$this->container = $container;
115114
$this->map = $map;
116-
$this->contexts = new \SplObjectStorage();
117115
}
118116

119117
public function getListeners(Request $request)

0 commit comments

Comments
 (0)