We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a51a8 commit 8801059Copy full SHA for 8801059
reference/constraints/Unique.rst
@@ -221,9 +221,9 @@ trailing whitespace during validation.
221
222
**type**: ``boolean`` **default**: ``true``
223
224
-By default, this constraint stops at the first violation. If the option is set to ``false``,
225
-validation will continue on all elements and return all detected
226
-:class:`Symfony\\Component\\Validator\\ConstraintViolation` object.
+By default, this constraint stops at the first violation. If this option is set
+to ``false``, validation continues on all elements and returns all detected
+:class:`Symfony\\Component\\Validator\\ConstraintViolation` objects.
227
228
.. versionadded:: 7.3
229
0 commit comments