Skip to content

Commit 3ba67f7

Browse files
przemyslaw-boguszjaviereguiluz
authored andcommitted
Added choices to message parameters
It was added in this PR: symfony/symfony#29658
1 parent 4213bed commit 3ba67f7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

reference/constraints/Choice.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -337,11 +337,12 @@ choices.
337337

338338
You can use the following parameters in this message:
339339

340-
=============== ==============================================================
341-
Parameter Description
342-
=============== ==============================================================
343-
``{{ value }}`` The current (invalid) value
344-
=============== ==============================================================
340+
================= ============================================================
341+
Parameter Description
342+
================= ============================================================
343+
``{{ choices }}`` A comma-separated list of available choices
344+
``{{ value }}`` The current (invalid) value
345+
================= ============================================================
345346

346347
min
347348
~~~

0 commit comments

Comments
 (0)