Commit b119692
committed
minor symfony#20476 [Validator] Fix the configuration for custom password strength estimator (stof)
This PR was merged into the 7.2 branch.
Discussion
----------
[Validator] Fix the configuration for custom password strength estimator
Fixes symfony/symfony#59235
`service_closure` is about building an argument being a closure **returning** that service. This is not what we need for the custom estimator, where we need to inject the estimator callable.
Commits
-------
8aeceab Fix the configuration for custom password strength estimator1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
0 commit comments