diff --git a/validation/raw_values.rst b/validation/raw_values.rst index cd25bec0653..8cee65108b8 100644 --- a/validation/raw_values.rst +++ b/validation/raw_values.rst @@ -88,7 +88,7 @@ Validation of arrays is possible using the ``Collection`` constraint:: new Assert\Collection([ 'slug' => [ new Assert\NotBlank(), - new Assert\Type(['type' => 'string']) + new Assert\Type(['type' => 'string']), ], 'label' => [ new Assert\NotBlank(),