8000 Merge branch '4.4' into 5.0 · symfony/symfony-docs@a74015a · GitHub
[go: up one dir, main page]

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 a74015a

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Added choices to message parameters
2 parents 69aea7c + 504a2a2 commit a74015a

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
@@ -333,11 +333,12 @@ choices.
333333

334334
You can use the following parameters in this message:
335335

336-
=============== ==============================================================
337-
Parameter Description
338-
=============== ==============================================================
339-
``{{ value }}`` The current (invalid) value
340-
=============== ==============================================================
336+
================= ============================================================
337+
Parameter Description
338+
================= ============================================================
339+
``{{ choices }}`` A comma-separated list of available choices
340+
``{{ value }}`` The current (invalid) value
341+
================= ============================================================
341342

342343
min
343344
~~~

0 commit comments

Comments
 (0)
0