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

Commit 1b4222e

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: [Console] SymfonyStyle : Fix blocks wordwrapping [Console] SymfonyStyle : Fix blocks output is broken on windows cmd [Validator] remove partial deprecation annotation Updated UPGRADE-2.4.md [Form] Support DateTimeImmutable in transform() Show the FormType and FormTypeExtension in case of deprecated use of setDefaultOptions [FrameworkBundle] Document form.csrf_provider service deprecation [Form] add test to avoid regression of #14891 without this change allways the legacy code get called [Form] Fix call to removed method (BC broken in 2.3) Fix ask and askHidden methods [HttpFoundation] Get response content as resource several times for PHP >= 5.6 Change error message to reflect SecurityContext deprecation. fixed merge Issue #14815 [Console] SymfonyStyle : fix & automate block gaps. [Console] SymfonyStyle : Improve EOL consistency by relying on output instance Improved duplicated code in FileLocator
2 parents 18990f5 + 28720be commit 1b4222e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Http/Firewall/AccessListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function __construct(TokenStorageInterface $tokenStorage, AccessDecisionM
5050
public function handle(GetResponseEvent $event)
5151
{
5252
if (null === $token = $this->tokenStorage->getToken()) {
53-
throw new AuthenticationCredentialsNotFoundException('A Token was not found in the SecurityContext.');
53+
throw new AuthenticationCredentialsNotFoundException('A Token was not found in the TokenStorage.');
5454
}
5555

5656
$request = $event->getRequest();

0 commit comments

Comments
 (0)