8000 minor #50859 [Security] Remove ArgumentValueResolverInterface from Us… · symfony/symfony@29c1efa · GitHub
[go: up one dir, main page]

Skip to content

Commit 29c1efa

Browse files
minor #50859 [Security] Remove ArgumentValueResolverInterface from UserValueResolver (nicolas-grekas)
This PR was merged into the 6.4 branch. Discussion ---------- [Security] Remove ArgumentValueResolverInterface from UserValueResolver | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Needed to unlock #50858 without breaking compat between http-kernel v7 and security-http v6. Commits ------- e979e35 [Security] Remove ArgumentValueResolverInterface from UserValueResolver
2 parents c8e0c35 + e979e35 commit 29c1efa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Symfony/Component/Security/Http/Controller/UserValueResolver.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\Security\Http\Controller;
1313

1414
use Symfony\Component\HttpFoundation\Request;
15-
use Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface;
1615
use Symfony\Component\HttpKernel\Controller\ValueResolverInterface;
1716
use Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata;
1817
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
@@ -25,7 +24,7 @@
2524
*
2625
* @author Iltar van der Berg <kjarli@gmail.com>
2726
*/
28-
final class UserValueResolver implements ArgumentValueResolverInterface, ValueResolverInterface
27+
final class UserValueResolver implements ValueResolverInterface
2928
{
3029
private TokenStorageInterface $tokenStorage;
3130

0 commit comments

Comments
 (0)
0