@@ -319,16 +319,11 @@ too many options per the `max`_ option.
319319
320320You can use the following parameters in this message:
321321
322- ================= ============================================================
323- Parameter Description
324- ================= ============================================================
325- ``{{ choices }} `` A comma-separated list of available choices
326- ``{{ value }} `` The current (invalid) value
327- ================= ============================================================
328-
329- .. versionadded :: 4.3
330-
331- The ``{{ choices }} `` parameter was introduced in Symfony 4.3.
322+ =============== ============================================================
323+ Parameter Description
324+ =============== ============================================================
325+ ``{{ value }} `` The current (invalid) value
326+ =============== ============================================================
332327
333328message
334329~~~~~~~
@@ -367,16 +362,11 @@ too few choices per the `min`_ option.
367362
368363You can use the following parameters in this message:
369364
370- ================= ============================================================
371- Parameter Description
372- ================= ============================================================
373- ``{{ choices }} `` A comma-separated list of available choices
374- ``{{ value }} `` The current (invalid) value
375- ================= ============================================================
376-
377- .. versionadded :: 4.3
378-
379- The ``{{ choices }} `` parameter was introduced in Symfony 4.3.
365+ =============== ============================================================
366+ Parameter Description
367+ =============== ============================================================
368+ ``{{ value }} `` The current (invalid) value
369+ =============== ============================================================
380370
381371multiple
382372~~~~~~~~
0 commit comments