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.
exactly
1 parent 8b483c4 commit 13d15faCopy full SHA for 13d15fa
reference/constraints/Length.rst
@@ -135,8 +135,7 @@ the given value's length is not **exactly** equal to this value.
135
136
This option is the one being set by default when using the Length constraint
137
without passing any named argument to it. This means that for example,
138
- ``@Assert\Length(20)`` and ``@Assert\Length(exactly=20)`` are equivalent, as
139
- well as ``#[Assert\Length(20)]`` and ``#[Assert\Length(exactly: 20)]``.
+ ``#[Assert\Length(20)]`` and ``#[Assert\Length(exactly: 20)]`` are equivalent.
140
141
exactMessage
142
~~~~~~~~~~~~
0 commit comments