Skip to content

Commit 06c3222

Browse files
committed
merged branch include-x/patch-1 (PR symfony#6416)
This PR was merged into the master branch. Commits ------- 8654cd8 Fixed missing quote in FormHelper->widget() PHPDoc Discussion ---------- Fixed missing quote in FormHelper->widget() PHPDoc
2 parents 6261779 + 8654cd8 commit 06c3222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Templating/Helper/FormHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function enctype(FormView $view)
8484
*
8585
* <?php echo view['form']->widget(array('attr' => array('class' => 'foo'))) ?>
8686
*
87-
* <?php echo view['form']->widget(array('separator' => '+++++)) ?>
87+
* <?php echo view['form']->widget(array('separator' => '+++++')) ?>
8888
*
8989
* @param FormView $view The view for which to render the widget
9090
* @param array $variables Additional variables passed to the template

0 commit comments

Comments
 (0)