Skip to content

Commit aa89f67

Browse files
Fix tests
1 parent b8ff374 commit aa89f67

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Firewall/AbstractPreAuthenticatedListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* @internal
3636
*/
3737
abstract class AbstractPreAuthenticatedListener extends AbstractListener
38-
38+
{
3939
protected $logger;
4040
private $tokenStorage;
4141
private $authenticationManager;

Firewall/ContextListener.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
use Psr\Log\LoggerInterface;
1515
use Symfony\Component\EventDispatcher\LegacyEventDispatcherProxy;
16+
use Symfony\Component\HttpFoundation\Request;
1617
use Symfony\Component\HttpFoundation\Session\Session;
1718
use Symfony\Component\HttpKernel\Event\RequestEvent;
1819
use Symfony\Component\HttpKernel\Event\ResponseEvent;

0 commit comments

Comments
 (0)