From 4513c98ded5cad51199a6d6f1c3f953b206491eb Mon Sep 17 00:00:00 2001 From: MaharishiCanada Date: Fri, 7 Feb 2020 02:45:00 +0000 Subject: [PATCH] Update authentication.rst I think we do not have to implement the ListenerInterface anymore. --- components/security/authentication.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/security/authentication.rst b/components/security/authentication.rst index 7aa1da73f5d..c62eb4d556b 100644 --- a/components/security/authentication.rst +++ b/components/security/authentication.rst @@ -19,7 +19,7 @@ The listener should then store the authenticated token using use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken; use Symfony\Component\Security\Http\Firewall\ListenerInterface; - class SomeAuthenticationListener implements ListenerInterface + class SomeAuthenticationListener { /** * @var TokenStorageInterface