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 60cd0f7 commit 918671aCopy full SHA for 918671a
validation/raw_values.rst
@@ -88,7 +88,7 @@ Validation of arrays is possible using the ``Collection`` constraint::
88
new Assert\Collection([
89
'slug' => [
90
new Assert\NotBlank(),
91
- new Assert\Type(['type' => 'string'])
+ new Assert\Type(['type' => 'string']),
92
],
93
'label' => [
94
0 commit comments