Skip to content

Commit afd766d

Browse files
committed
merged branch nicolas-bastien/remove_unsued_statement (PR #9075)
This PR was merged into the master branch. Discussion ---------- [Security] Remove unused use statement Commits ------- 6981669 Remove unused use statement
2 parents d6bff8c + 985903c commit afd766d

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

Firewall/SimpleFormAuthenticationListener.php

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

1414
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
15-
use Symfony\Component\HttpKernel\Event\GetResponseEvent;
1615
use Symfony\Component\HttpFoundation\Request;
1716
use Symfony\Component\Security\Http\Authentication\AuthenticationFailureHandlerInterface;
1817
use Symfony\Component\Security\Http\Authentication\AuthenticationSuccessHandlerInterface;
1918
use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface;
2019
use Symfony\Component\Form\Extension\Csrf\CsrfProvider\CsrfProviderInterface;
2120
use Symfony\Component\Security\Core\Authentication\SimpleFormAuthenticatorInterface;
22-
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
23-
use Symfony\Component\Security\Core\Exception\AuthenticationException;
24-
use Symfony\Component\Security\Core\Exception\SessionUnavailableException;
2521
use Symfony\Component\Security\Core\SecurityContextInterface;
26-
use Symfony\Component\Security\Http\Event\InteractiveLoginEvent;
2722
use Symfony\Component\Security\Http\HttpUtils;
28-
use Symfony\Component\Security\Http\RememberMe\RememberMeServicesInterface;
29-
use Symfony\Component\Security\Http\SecurityEvents;
3023
use Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface;
3124
use Psr\Log\LoggerInterface;
3225

Firewall/SimplePreAuthenticationListener.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@
1313

1414
use Symfony\Component\Security\Core\SecurityContextInterface;
1515
use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface;
16-
use Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface;
1716
use Psr\Log\LoggerInterface;
1817
use Symfony\Component\HttpKernel\Event\GetResponseEvent;
1918
use Symfony\Component\HttpFoundation\Response;
2019
use Symfony\Component\Security\Core\Authentication\SimplePreAuthenticatorInterface;
21-
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
2220
use Symfony\Component\Security\Core\Authentication\Token\AnonymousToken;
2321
use Symfony\Component\Security\Core\Exception\AuthenticationException;
2422
use Symfony\Component\Security\Http\Authentication\AuthenticationFailureHandlerInterface;

0 commit comments

Comments
 (0)