From 3ba67f7c1f95a37933566df3a5378a1e857b2e69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Bogusz?= Date: Sat, 8 Feb 2020 16:48:26 +0100 Subject: [PATCH] Added choices to message parameters It was added in this PR: https://github.com/symfony/symfony/pull/29658 --- reference/constraints/Choice.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/reference/constraints/Choice.rst b/reference/constraints/Choice.rst index 7cc8ae3ac1f..b1407c8add0 100644 --- a/reference/constraints/Choice.rst +++ b/reference/constraints/Choice.rst @@ -337,11 +337,12 @@ choices. You can use the following parameters in this message: -=============== ============================================================== -Parameter Description -=============== ============================================================== -``{{ value }}`` The current (invalid) value -=============== ============================================================== +================= ============================================================ +Parameter Description +================= ============================================================ +``{{ choices }}`` A comma-separated list of available choices +``{{ value }}`` The current (invalid) value +================= ============================================================ min ~~~