We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9486baf commit 7199787Copy full SHA for 7199787
reference/constraints/Min.rst
@@ -73,7 +73,7 @@ the following:
73
$metadata->addPropertyConstraint('age', new Assert\Min(array(
74
'limit' => '18',
75
'message' => 'You must be 18 or older to enter.',
76
- ));
+ )));
77
}
78
79
0 commit comments