We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc031ab commit fd74bd6Copy full SHA for fd74bd6
reference/constraints/Length.rst
@@ -178,7 +178,7 @@ the given value's length is not **exactly** equal to this value.
178
``@Assert\Length(20)`` and ``@Assert\Length(exactly=20)`` are equivalent, as
179
well as ``#[Assert\Length(20)]`` and ``#[Assert\Length(exactly: 20)]``.
180
181
-.. versionadded::
+.. versionadded:: 5.2
182
183
The named argument ``exactly`` was introduced in Symfony 5.2.
184
0 commit comments