Skip to content

Commit de33afb

Browse files
committed
minor #9920 removed unneeded use statements (fabpot)
This PR was merged into the 2.3 branch. Discussion ---------- removed unneeded use statements | Q | A | ------------- | --- | License | MIT Commits ------- 7f9a366 removed unneeded use statements
2 parents ef0cdb3 + 40fe23c commit de33afb

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Encoder/BCryptPasswordEncoder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Symfony\Component\Security\Core\Encoder;
1313

14-
use Symfony\Component\Security\Core\Encoder\BasePasswordEncoder;
1514
use Symfony\Component\Security\Core\Exception\BadCredentialsException;
1615

1716
/**

Exception/NonceExpiredException.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
namespace Symfony\Component\Security\Core\Exception;
1313

14-
use Symfony\Component\Security\Core\Exception\AuthenticationException;
15-
1614
/**
1715
* NonceExpiredException is thrown when an authentication is rejected because
1816
* the digest nonce has expired.

0 commit comments

Comments
 (0)