Skip to content

Commit

Permalink
remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Mar 25, 2024
1 parent 0c40502 commit 629733a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/UserContext/RoleProvider.php
Expand Up @@ -47,7 +47,6 @@ public function updateUserContext(UserContext $context): void

$token = $this->tokenStorage->getToken();
if (null === $token) {
// Symfony 6 no longer provides the AnonymousToken, use the NullToken to generate the same hash for non-logged in users as before
$token = new NullToken();
}

Expand Down

0 comments on commit 629733a

Please sign in to comment.