Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6daa122

Browse filesBrowse files
committed
minor symfony#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
Copy full SHA for 6daa122

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎security/named_hashers.rst

Copy file name to clipboardExpand all lines: security/named_hashers.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.