Skip to content

Commit b1ef3c8

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: [Validator] Remove superfluous `versionadded`
2 parents a4c08b8 + d71f71f commit b1ef3c8

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)