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 c8b6b45 commit 64f5ad9Copy full SHA for 64f5ad9
components/validator.rst
@@ -46,8 +46,7 @@ characters long::
46
}
47
48
49
-Validation of arrays is possible using the `Collection` constraint::
50
-
+Validation of arrays is possible using the ``Collection`` constraint::
51
52
use Symfony\Component\Validator\Validation;
53
use Symfony\Component\Validator\Constraints as Assert;
@@ -68,7 +67,6 @@ Validation of arrays is possible using the `Collection` constraint::
68
67
69
$violations = $validator->validateValue($input, $constraint);
70
71
72
Again, the validator returns the list of violations.
73
74
Retrieving a Validator Instance
0 commit comments