Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 3ab3e7f

Browse files
adrifabpot
authored andcommitted
Fixes small typo.
1 parent 109e940 commit 3ab3e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/SecurityContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function __construct($tokenStorage, $authorizationChecker, $alwaysAuthent
5858
}
5959

6060
if ($oldSignature) {
61-
// renamed for clearity
61+
// renamed for clarity
6262
$authenticationManager = $tokenStorage;
6363
$accessDecisionManager = $authorizationChecker;
6464
$tokenStorage = new TokenStorage();

0 commit comments

Comments
 (0)