Skip to content

Commit 3fa9a3a

Browse files
committed
removed unneeded use statements
1 parent c8655fe commit 3fa9a3a

5 files changed

+0
-5
lines changed

EntryPoint/BasicAuthenticationEntryPoint.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\EntryPoint;
1313

1414
use Symfony\Component\Security\Core\Exception\AuthenticationException;
15-
use Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface;
1615
use Symfony\Component\HttpFoundation\Response;
1716
use Symfony\Component\HttpFoundation\Request;
1817

EntryPoint/DigestAuthenticationEntryPoint.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\EntryPoint;
1313

1414
use Symfony\Component\Security\Core\Exception\AuthenticationException;
15-
use Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface;
1615
use Symfony\Component\Security\Core\Exception\NonceExpiredException;
1716
use Symfony\Component\HttpFoundation\Response;
1817
use Symfony\Component\HttpFoundation\Request;

EntryPoint/FormAuthenticationEntryPoint.php

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

1414
use Symfony\Component\HttpFoundation\Request;
1515
use Symfony\Component\Security\Core\Exception\AuthenticationException;
16-
use Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface;
1716
use Symfony\Component\Security\Http\HttpUtils;
1817
use Symfony\Component\HttpKernel\HttpKernelInterface;
1918

EntryPoint/RetryAuthenticationEntryPoint.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\EntryPoint;
1313

1414
use Symfony\Component\Security\Core\Exception\AuthenticationException;
15-
use Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface;
1615
use Symfony\Component\HttpFoundation\RedirectResponse;
1716
use Symfony\Component\HttpFoundation\Request;
1817

Logout/DefaultLogoutSuccessHandler.php

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

1414
use Symfony\Component\HttpFoundation\Request;
1515
use Symfony\Component\Security\Http\HttpUtils;
16-
use Symfony\Component\Security\Http\Logout\LogoutSuccessHandlerInterface;
1716

1817
/**
1918
* Default logout success handler will redirect users to a configured path.

0 commit comments

Comments
 (0)