Skip to content

Commit 8b483c4

Browse files
committed
minor #17767 [Validator] Remove superfluous versionadded (alexandre-daubois)
This PR was merged into the 6.0 branch. Discussion ---------- [Validator] Remove superfluous `versionadded` This removes a superfluous `versionadded` from 6.0 branch Commits ------- d417467 [Validator] Remove superfluous `versionadded`
2 parents 4d97297 + d417467 commit 8b483c4

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)