Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d6ee454

Browse filesBrowse files
committed
minor #12787 [Security] Remove unused use statement (cmen)
This PR was merged into the 4.3 branch. Discussion ---------- [Security] Remove unused use statement **NonceExpiredException** has been removed in Symfony 4. Commits ------- 0dfdb64 Remove unused use statement
2 parents db96065 + 0dfdb64 commit d6ee454
Copy full SHA for d6ee454

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

‎security/custom_authentication_provider.rst

Copy file name to clipboardExpand all lines: security/custom_authentication_provider.rst
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ the ``PasswordDigest`` header value matches with the user's password::
203203
use Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface;
204204
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
205205
use Symfony\Component\Security\Core\Exception\AuthenticationException;
206-
use Symfony\Component\Security\Core\Exception\NonceExpiredException;
207206
use Symfony\Component\Security\Core\User\UserProviderInterface;
208207

209208
class WsseProvider implements AuthenticationProviderInterface

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.