We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e245303 commit 55ee255Copy full SHA for 55ee255
reference/constraints/Count.rst
@@ -88,7 +88,7 @@ you might add the following:
88
89
class Participant
90
{
91
- public static function loadValidatorMetadata(ClassMetadata $data)
+ public static function loadValidatorMetadata(ClassMetadata $metadata)
92
93
$metadata->addPropertyConstraint('emails', new Assert\Count(array(
94
'min' => 1,
0 commit comments