Skip to content

remove documentation for features introduced in 4.3 #11107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions reference/constraints/CardScheme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,8 @@ Valid values are:
* ``LASER``
* ``MAESTRO``
* ``MASTERCARD``
* ``UATP``
* ``VISA``

.. versionadded:: 4.3

The ``UATP`` number scheme was introduced in Symfony 4.3.

For more information about the used schemes, see
`Wikipedia: Issuer identification number (IIN)`_.

Expand Down
30 changes: 10 additions & 20 deletions reference/constraints/Choice.rst
Original file line number Diff line number Diff line change
Expand Up @@ -319,16 +319,11 @@ too many options per the `max`_ option.

You can use the following parameters in this message:

================= ============================================================
Parameter Description
================= ============================================================
``{{ choices }}`` A comma-separated list of available choices
``{{ value }}`` The current (invalid) value
================= ============================================================

.. versionadded:: 4.3

The ``{{ choices }}`` parameter was introduced in Symfony 4.3.
=============== ============================================================
Parameter Description
=============== ============================================================
``{{ value }}`` The current (invalid) value
=============== ============================================================

message
~~~~~~~
Expand Down Expand Up @@ -367,16 +362,11 @@ too few choices per the `min`_ option.

You can use the following parameters in this message:

================= ============================================================
Parameter Description
================= ============================================================
``{{ choices }}`` A comma-separated list of available choices
``{{ value }}`` The current (invalid) value
================= ============================================================

.. versionadded:: 4.3

The ``{{ choices }}`` parameter was introduced in Symfony 4.3.
=============== ============================================================
Parameter Description
=============== ============================================================
``{{ value }}`` The current (invalid) value
=============== ============================================================

multiple
~~~~~~~~
Expand Down
2 changes: 0 additions & 2 deletions reference/forms/types/form.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ of the form type tree (i.e. it cannot be used as a form type on its own).

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

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

.. include:: /reference/forms/types/options/disabled.rst.inc

.. include:: /reference/forms/types/options/label.rst.inc
Expand Down
14 changes: 0 additions & 14 deletions reference/forms/types/options/block_prefix.rst.inc

This file was deleted.