Skip to content

Commit 7199787

Browse files
jmiselweaverryan
authored andcommitted
Unclosed parenthesis by PHP code-block
1 parent 9486baf commit 7199787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Min.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ the following:
7373
$metadata->addPropertyConstraint('age', new Assert\Min(array(
7474
'limit' => '18',
7575
'message' => 'You must be 18 or older to enter.',
76-
));
76+
)));
7777
}
7878
}
7979

0 commit comments

Comments
 (0)