Skip to content

Commit cbb7ea1

Browse files
taavitweaverryan
authored andcommitted
Update authentication.rst
1 parent 6f7e448 commit cbb7ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/security/authentication.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ own, it just needs to follow these rules:
207207
:method:`Symfony\\Component\\Security\\Core\\Encoder\\BasePasswordEncoder::isPasswordTooLong`
208208
method for this check::
209209

210-
use Symfony\Component\Security\Core\Exception\BadCredentialsException;
211210
use Symfony\Component\Security\Core\Encoder\BasePasswordEncoder;
211+
use Symfony\Component\Security\Core\Exception\BadCredentialsException;
212212

213213
class FoobarEncoder extends BasePasswordEncoder
214214
{

0 commit comments

Comments
 (0)