Skip to content

Remove old versionadded directives #11761

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
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
10 changes: 0 additions & 10 deletions reference/constraints/Type.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,6 @@ function) and ``accessCode`` contains either only letters or only digits (using
}
}

.. versionadded:: 4.4

The feature to define multiple types in the ``type`` option was introduced
in Symfony 4.4.

Options
-------

Expand Down Expand Up @@ -161,11 +156,6 @@ type

**type**: ``string`` or ``array`` [:ref:`default option <validation-default-option>`]

.. versionadded:: 4.4

The feature to define multiple types in the ``type`` option was introduced
in Symfony 4.4.

This required option defines the type or collection of types allowed for the
given value. Each type is defined as the fully qualified class name or one of
the PHP datatypes as determined by PHP's ``is_*()`` functions.
Expand Down