Skip to content

Commit 55ee255

Browse files
aminematweaverryan
authored andcommitted
Fixed variable name in : Reference -> validation constraints -> count -> basic usage -> PHP
1 parent e245303 commit 55ee255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Count.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ you might add the following:
8888
8989
class Participant
9090
{
91-
public static function loadValidatorMetadata(ClassMetadata $data)
91+
public static function loadValidatorMetadata(ClassMetadata $metadata)
9292
{
9393
$metadata->addPropertyConstraint('emails', new Assert\Count(array(
9494
'min' => 1,

0 commit comments

Comments
 (0)