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.
2 parents 720a8bd + 8b483c4 commit d71f71fCopy full SHA for d71f71f
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