8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06e630c commit e979e35Copy full SHA for e979e35
src/Symfony/Component/Security/Http/Controller/UserValueResolver.php
@@ -12,7 +12,6 @@
12
namespace Symfony\Component\Security\Http\Controller;
13
14
use Symfony\Component\HttpFoundation\Request;
15
-use Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface;
16
use Symfony\Component\HttpKernel\Controller\ValueResolverInterface;
17
use Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata;
18
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
@@ -25,7 +24,7 @@
25
24
*
26
* @author Iltar van der Berg <kjarli@gmail.com>
27
*/
28
-final class UserValueResolver implements ArgumentValueResolverInterface, ValueResolverInterface
+final class UserValueResolver implements ValueResolverInterface
29
{
30
private TokenStorageInterface $tokenStorage;
31
0 commit comments