From 7dbf61515b7444ee7ada531f9df1b5fe0a6848f4 Mon Sep 17 00:00:00 2001 From: Adrian Philipp Date: Mon, 2 Feb 2015 20:26:01 +0100 Subject: [PATCH] Fixes small typo. --- src/Symfony/Component/Security/Core/SecurityContext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Security/Core/SecurityContext.php b/src/Symfony/Component/Security/Core/SecurityContext.php index 165c22ada6..0761c59b75 100644 --- a/src/Symfony/Component/Security/Core/SecurityContext.php +++ b/src/Symfony/Component/Security/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();