summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Core/SecurityContext.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/SecurityContext.php b/Core/SecurityContext.php
index 222e5aa..27e85c5 100644
--- a/Core/SecurityContext.php
+++ b/Core/SecurityContext.php
@@ -60,7 +60,7 @@ class SecurityContext implements SecurityContextInterface
}
if ($oldSignature) {
- // renamed for clearity
+ // renamed for clarity
$authenticationManager = $tokenStorage;
$accessDecisionManager = $authorizationChecker;
$tokenStorage = new TokenStorage();