Commit 6dc1ce0
committed
minor symfony#16375 fix Password Hasher php-standalone example (berbeflo)
This PR was merged into the 5.3 branch.
Discussion
----------
fix Password Hasher php-standalone example
the php-standalone example for Password Hasher had a configuration for User twice, while the comment and other examples indicated, the second should've been a configuration for PasswordAuthenticatedUserInterface
Commits
-------
10bc1f2 fix Password Hasher php-standalone example1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments