From 0dfdb641a924041aad8aaf25ee17f63127e34982 Mon Sep 17 00:00:00 2001 From: Christophe Meneses Date: Mon, 9 Dec 2019 17:30:28 +0100 Subject: [PATCH] Remove unused use statement --- security/custom_authentication_provider.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/security/custom_authentication_provider.rst b/security/custom_authentication_provider.rst index 24856c151ee..a1732e8f08b 100644 --- a/security/custom_authentication_provider.rst +++ b/security/custom_authentication_provider.rst @@ -203,7 +203,6 @@ the ``PasswordDigest`` header value matches with the user's password:: use Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface; use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; use Symfony\Component\Security\Core\Exception\AuthenticationException; - use Symfony\Component\Security\Core\Exception\NonceExpiredException; use Symfony\Component\Security\Core\User\UserProviderInterface; class WsseProvider implements AuthenticationProviderInterface