You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #21079 [Validator] Fix parameters list in Choice::$multipleMessage option (niconoe-)
This PR was submitted for the 7.3 branch but it was squashed and merged into the 6.4 branch instead.
Discussion
----------
[Validator] Fix parameters list in Choice::$multipleMessage option
Documentation says that `\Symfony\Component\Validator\Constraints\Choice::$multipleMessage` option can take parameters `{{ value }}` and `{{ label }}` in the message, but regarding `\Symfony\Component\Validator\Constraints\ChoiceValidator`, this is wrong. Just like for the other use-cass of `Choice` messaging options, it cannot take `{{ label }}` but `{{ choices }}` instead.
Commits
-------
f599ae4 [Validator] Fix parameters list in Choice::$multipleMessage option
0 commit comments