Skip to content

Commit 37ba713

Browse files
committed
remove documentation for features introduced in 4.3
1 parent bd68890 commit 37ba713

File tree

4 files changed

+10
-41
lines changed

4 files changed

+10
-41
lines changed

reference/constraints/CardScheme.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,8 @@ Valid values are:
136136
* ``LASER``
137137
* ``MAESTRO``
138138
* ``MASTERCARD``
139-
* ``UATP``
140139
* ``VISA``
141140

142-
.. versionadded:: 4.3
143-
144-
The ``UATP`` number scheme was introduced in Symfony 4.3.
145-
146141
For more information about the used schemes, see
147142
`Wikipedia: Issuer identification number (IIN)`_.
148143

reference/constraints/Choice.rst

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -319,16 +319,11 @@ too many options per the `max`_ option.
319319

320320
You 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

333328
message
334329
~~~~~~~
@@ -367,16 +362,11 @@ too few choices per the `min`_ option.
367362

368363
You 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

381371
multiple
382372
~~~~~~~~

reference/forms/types/form.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,6 @@ of the form type tree (i.e. it cannot be used as a form type on its own).
157157

158158
.. include:: /reference/forms/types/options/block_name.rst.inc
159159

160-
.. include:: /reference/forms/types/options/block_prefix.rst.inc
161-
162160
.. include:: /reference/forms/types/options/disabled.rst.inc
163161

164162
.. include:: /reference/forms/types/options/label.rst.inc

reference/forms/types/options/block_prefix.rst.inc

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)