8000 Fixed a small typo in the form validation example · GromNaN/symfony-docs@2d0a37a · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d0a37a

Browse files
rtuinweaverryan
authored andcommitted
Fixed a small typo in the form validation example
1 parent 91db9aa commit 2d0a37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/forms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,7 @@ but here's a short example::
13951395
));
13961396

13971397
// create a form, no default values, pass in the constraint option
1398-
$form = $this->createFormBuilder(null, , array(
1398+
$form = $this->createFormBuilder(null, array(
13991399
'validation_constraint' => $collectionConstraint,
14001400
))->add('email', 'email')
14011401
// ...

0 commit comments

Comments
 (0)
0