Skip to content

Commit

Permalink
Update authentication.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
taavit committed May 7, 2015
1 parent 4e0dee6 commit 91bdf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/security/authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ own, it just needs to follow these rules:
:method:`Symfony\\Component\\Security\\Core\\Encoder\\BasePasswordEncoder::isPasswordTooLong`
method for this check::

use Symfony\Component\Security\Core\Exception\BadCredentialsException;
use Symfony\Component\Security\Core\Encoder\BasePasswordEncoder;
use Symfony\Component\Security\Core\Exception\BadCredentialsException;

class FoobarEncoder extends BasePasswordEncoder
{
Expand Down

0 comments on commit 91bdf7e

Please sign in to comment.