Skip to content

Commit d417467

Browse files
[Validator] Remove superfluous versionadded
1 parent 4d97297 commit d417467

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

reference/constraints/Length.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,6 @@ the given value's length is not **exactly** equal to this value.
138138
``@Assert\Length(20)`` and ``@Assert\Length(exactly=20)`` are equivalent, as
139139
well as ``#[Assert\Length(20)]`` and ``#[Assert\Length(exactly: 20)]``.
140140

141-
.. versionadded:: 5.2
142-
143-
The named argument ``exactly`` was introduced in Symfony 5.2.
144-
145141
exactMessage
146142
~~~~~~~~~~~~
147143

0 commit comments

Comments
 (0)