8000 Removed unused private property · symfony/symfony@6522c05 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6522c05

Browse files
author
Iltar van der Berg
committed
Removed unused private property
1 parent b90ce05 commit 6522c05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/Security/Http/Firewall/ContextListener.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
class ContextListener implements ListenerInterface
3434
{
3535
private $tokenStorage;
36-
private $contextKey;
3736
private $sessionKey;
3837
private $logger;
3938
private $userProviders;
@@ -54,7 +53,6 @@ public function __construct(TokenStorageInterface $tokenStorage, array $userProv
5453

5554
$this->tokenStorage = $tokenStorage;
5655
$this->userProviders = $userProviders;
57-
$this->contextKey = $contextKey;
5856
$this->sessionKey = '_security_'.$contextKey;
5957
$this->logger = $logger;
6058
$this->dispatcher = $dispatcher;

0 commit comments

Comments
 (0)
0