Skip to content
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