Skip to content

Commit 6daa122

Browse files
committed
minor #15437 [Security] changed interface name to the correct one (holloway87)
This PR was squashed before being merged into the 5.3 branch. Discussion ---------- [Security] changed interface name to the correct one changed interface name to the correct one, otherwise it will result in a configuration error, see symfony/symfony#41702 Commits ------- 2871df0 [Security] changed interface name to the correct one
2 parents 6d5073d + 2871df0 commit 6daa122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/named_hashers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ the name of the hasher to use::
139139
}
140140

141141
If you created your own password hasher implementing the
142-
:class:`Symfony\\Component\\PasswordHasher\\Hasher\\UserPasswordHasherInterface`,
142+
:class:`Symfony\\Component\\PasswordHasher\\PasswordHasherInterface`,
143143
you must register a service for it in order to use it as a named hasher:
144144

145145
.. configuration-block::

0 commit comments

Comments
 (0)