minor #13574 Fixes a very small typo in the SecurityContext. (adri)

This PR was submitted for the 2.7 branch but it was merged into the 2.6 branch instead (closes #13574).

Discussion
----------

Fixes a very small typo in the SecurityContext.

| Q             | A
| ------------- | ---
| Fixes small typo |
| License       | MIT

Commits
-------

7dbf615 Fixes small typo.
This commit is contained in:
Fabien Potencier 2015-02-04 15:20:08 +01:00
commit bbabfc7078
1 changed files with 1 additions and 1 deletions

View File

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