We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4603bcc commit ae2ffe6Copy full SHA for ae2ffe6
SecurityContext.php
@@ -58,7 +58,7 @@ public function __construct($tokenStorage, $authorizationChecker, $alwaysAuthent
58
}
59
60
if ($oldSignature) {
61
- // renamed for clearity
+ // renamed for clarity
62
$authenticationManager = $tokenStorage;
63
$accessDecisionManager = $authorizationChecker;
64
$tokenStorage = new TokenStorage();
0 commit comments