Skip to content

Commit 8b9fd12

Browse files
committed
minor #11761 Remove old versionadded directives (OskarStark)
This PR was merged into the master branch. Discussion ---------- Remove old versionadded directives <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 8c33fce Remove old versionadded directives
2 parents cb7fd49 + 8c33fce commit 8b9fd12

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

reference/constraints/Type.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,6 @@ function) and ``accessCode`` contains either only letters or only digits (using
126126
}
127127
}
128128
129-
.. versionadded:: 4.4
130-
131-
The feature to define multiple types in the ``type`` option was introduced
132-
in Symfony 4.4.
133-
134129
Options
135130
-------
136131

@@ -161,11 +156,6 @@ type
161156

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

164-
.. versionadded:: 4.4
165-
166-
The feature to define multiple types in the ``type`` option was introduced
167-
in Symfony 4.4.
168-
169159
This required option defines the type or collection of types allowed for the
170160
given value. Each type is defined as the fully qualified class name or one of
171161
the PHP datatypes as determined by PHP's ``is_*()`` functions.

0 commit comments

Comments
 (0)