diff options
author | Adrian Philipp <adri@users.noreply.github.com> | 2015-02-02 20:26:01 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2015-02-04 15:20:07 +0100 |
commit | 3ab3e7fe1a03c043d03d6bac5666e9cbb51caa16 (patch) | |
tree | bdf88f1e6eb26f347b211fd40269fc7a776ed395 | |
parent | 109e94008f1a0da86d0abd354860b765d569b3c3 (diff) | |
download | symfony-security-3ab3e7fe1a03c043d03d6bac5666e9cbb51caa16.zip symfony-security-3ab3e7fe1a03c043d03d6bac5666e9cbb51caa16.tar.gz symfony-security-3ab3e7fe1a03c043d03d6bac5666e9cbb51caa16.tar.bz2 |
Fixes small typo.
-rw-r--r-- | Core/SecurityContext.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/SecurityContext.php b/Core/SecurityContext.php index 165c22a..0761c59 100644 --- a/Core/SecurityContext.php +++ b/Core/SecurityContext.php @@ -58,7 +58,7 @@ class SecurityContext implements SecurityContextInterface } if ($oldSignature) { - // renamed for clearity + // renamed for clarity $authenticationManager = $tokenStorage; $accessDecisionManager = $authorizationChecker; $tokenStorage = new TokenStorage(); |