8000 Fixed missing quote in FormHelper->widget() PHPDoc · loicfrering/symfony@8654cd8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8654cd8

Browse files
author
Sema
committed
Fixed missing quote in FormHelper->widget() PHPDoc
1 parent 6261779 commit 8654cd8

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)
0