Skip to content

Commit 8a1ca3b

Browse files
committed
Merge pull request symfony#3381 from ifdattic/reformat-code-block-in-forms-page
Reformat code block
2 parents f36d9ec + 449da34 commit 8a1ca3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

book/forms.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,8 @@ that will house the logic for building the task form::
10061006
{
10071007
public function buildForm(FormBuilderInterface $builder, array $options)
10081008
{
1009-
$builder->add('task')
1009+
$builder
1010+
->add('task')
10101011
->add('dueDate', null, array('widget' => 'single_text'))
10111012
->add('save', 'submit');
10121013
}

0 commit comments

Comments
 (0)