Fixes small typo.

This commit is contained in:
Adrian Philipp 2015-02-02 20:26:01 +01:00 committed by Fabien Potencier
parent 724209cc8f
commit 7dbf61515b
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class SecurityContext implements SecurityContextInterface
} }
if ($oldSignature) { if ($oldSignature) {
// renamed for clearity // renamed for clarity
$authenticationManager = $tokenStorage; $authenticationManager = $tokenStorage;
$accessDecisionManager = $authorizationChecker; $accessDecisionManager = $authorizationChecker;
$tokenStorage = new TokenStorage(); $tokenStorage = new TokenStorage();