Skip to content

Commit 4dade04

Browse files
Remove unused imports
1 parent bd25dae commit 4dade04

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Firewall/LogoutListener.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\Security\Http\Firewall;
1313

1414
use Symfony\Component\HttpFoundation\Request;
15-
use Symfony\Component\HttpFoundation\Response;
1615
use Symfony\Component\HttpKernel\Event\RequestEvent;
1716
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
1817
use Symfony\Component\Security\Core\Exception\LogoutException;

Tests/Authenticator/Passport/Badge/UserBadgeTest.php

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

1414
use PHPUnit\Framework\TestCase;
1515
use Symfony\Bridge\PhpUnit\ExpectUserDeprecationMessageTrait;
16-
use Symfony\Component\Security\Core\Exception\BadCredentialsException;
1716
use Symfony\Component\Security\Core\Exception\UserNotFoundException;
1817
use Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge;
1918

0 commit comments

Comments
 (0)