Skip to content

Commit 91bdf7e

Browse files
committed
Update authentication.rst
1 parent 4e0dee6 commit 91bdf7e

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
@@ -213,8 +213,8 @@ own, it just needs to follow these rules:
213213
:method:`Symfony\\Component\\Security\\Core\\Encoder\\BasePasswordEncoder::isPasswordTooLong`
214214
method for this check::
215215

216-
use Symfony\Component\Security\Core\Exception\BadCredentialsException;
217216
use Symfony\Component\Security\Core\Encoder\BasePasswordEncoder;
217+
use Symfony\Component\Security\Core\Exception\BadCredentialsException;
218218

219219
class FoobarEncoder extends BasePasswordEncoder
220220
{

0 commit comments

Comments
 (0)