Skip to content

Commit 7b42ed2

Browse files
committed
bug symfony#8340 Update validation.rst (atailouloute)
This PR was merged into the 2.7 branch. Discussion ---------- Update validation.rst Add missing semicolon Commits ------- 6e9cbca Update validation.rst
2 parents 45892b0 + 6e9cbca commit 7b42ed2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

validation.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ of the form fields::
506506
'required' => true,
507507
'constraints' => array(new Length(array('min' => 3)))
508508
))
509+
;
509510
}
510511

511512
The ``constraints`` option is only available if the ``ValidatorExtension``

0 commit comments

Comments
 (0)