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 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();