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 ddf358e commit 47007cfCopy full SHA for 47007cf
reference/constraints/All.rst
@@ -82,7 +82,7 @@ entry in that array:
82
$metadata->addPropertyConstraint('favoriteColors', new Assert\All(array(
83
'constraints' => array(
84
new Assert\NotBlank(),
85
- new Assert\Length(array('limit' => 5)),
+ new Assert\Length(array('min' => 5)),
86
),
87
)));
88
}
0 commit comments