Skip to content

Commit fd74bd6

Browse files
committed
Add missing version in versionadded
1 parent cc031ab commit fd74bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Length.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ the given value's length is not **exactly** equal to this value.
178178
``@Assert\Length(20)`` and ``@Assert\Length(exactly=20)`` are equivalent, as
179179
well as ``#[Assert\Length(20)]`` and ``#[Assert\Length(exactly: 20)]``.
180180

181-
.. versionadded::
181+
.. versionadded:: 5.2
182182

183183
The named argument ``exactly`` was introduced in Symfony 5.2.
184184

0 commit comments

Comments
 (0)