Skip to content

Commit 893ffad

Browse files
committed
bug #5041 Fixed variable name in : Reference -> validation constraints -> count -> PHP (aminemat)
This PR was submitted for the 2.6 branch but it was merged into the 2.3 branch instead (closes #5041). Discussion ---------- Fixed variable name in : Reference -> validation constraints -> count -> PHP | Q | A | -----------------| ------------- | Doc fix? | yes | New docs? | no | Applies to | [2.6] | Fixed tickets | no tickets Commits ------- 55ee255 Fixed variable name in : Reference -> validation constraints -> count -> basic usage -> PHP
2 parents e245303 + 55ee255 commit 893ffad

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)