merged branch include-x/patch-1 (PR #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
This commit is contained in:
Fabien Potencier 2012-12-19 12:31:02 +01:00
commit 06c3222d44

View File

@ -84,7 +84,7 @@ class FormHelper extends Helper
*
* <?php echo view['form']->widget(array('attr' => array('class' => 'foo'))) ?>
*
* <?php echo view['form']->widget(array('separator' => '+++++)) ?>
* <?php echo view['form']->widget(array('separator' => '+++++')) ?>
*
* @param FormView $view The view for which to render the widget
* @param array $variables Additional variables passed to the template