Skip to content

Commit ebbd092

Browse files
committed
Minor tweak
1 parent d39cc53 commit ebbd092

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/security/authentication.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ Creating a custom Password Encoder
197197
There are many built-in password encoders. But if you need to create your
198198
own, it needs to follow these rules:
199199

200-
#. The class must implement :class:`Symfony\\Component\\Security\\Core\\Encoder\\PasswordEncoderInterface`; or extend :class:`Symfony\\Component\\Security\\Core\\Encoder\\BasePasswordEncoder`;
200+
#. The class must implement :class:`Symfony\\Component\\Security\\Core\\Encoder\\PasswordEncoderInterface`
201+
(you can also extend :class:`Symfony\\Component\\Security\\Core\\Encoder\\BasePasswordEncoder`);
201202

202203
#. The implementations of
203204
:method:`Symfony\\Component\\Security\\Core\\Encoder\\PasswordEncoderInterface::encodePassword`

0 commit comments

Comments
 (0)