diff --git a/components/security/authentication.rst b/components/security/authentication.rst index 5e1159a345a..f5522f5fc3e 100644 --- a/components/security/authentication.rst +++ b/components/security/authentication.rst @@ -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 {