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.
versionadded
1 parent 4d97297 commit d417467Copy full SHA for d417467
reference/constraints/Length.rst
@@ -138,10 +138,6 @@ the given value's length is not **exactly** equal to this value.
138
``@Assert\Length(20)`` and ``@Assert\Length(exactly=20)`` are equivalent, as
139
well as ``#[Assert\Length(20)]`` and ``#[Assert\Length(exactly: 20)]``.
140
141
-.. versionadded:: 5.2
142
-
143
- The named argument ``exactly`` was introduced in Symfony 5.2.
144
145
exactMessage
146
~~~~~~~~~~~~
147
0 commit comments