Skip to content

Commit 74dedcc

Browse files
committed
Merge branch '2.3' into 2.4
* 2.3: removed unneeded use statements Prepend Child Bundle paths before the parent [Routing] add unit tests for Symfony\Component\Routing\RequestContext class Conflicts: src/Symfony/Component/Form/Extension/Csrf/CsrfExtension.php src/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php src/Symfony/Component/Validator/ConstraintValidatorFactory.php
2 parents c3ef263 + 3fa9a3a commit 74dedcc

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)