merged branch enumag/patch-4 (PR #8923)

This PR was merged into the 2.2 branch.

Discussion
----------

typos

Commits
-------

4e363a1 typos
This commit is contained in:
Fabien Potencier 2013-09-03 19:24:00 +02:00
commit aee97998d5

View File

@ -78,13 +78,13 @@ class FormHelper extends Helper
* *
* Example usage: * Example usage:
* *
* <?php echo view['form']->widget() ?> * <?php echo $view['form']->widget() ?>
* *
* You can pass options during the call: * You can pass options during the call:
* *
* <?php echo view['form']->widget(array('attr' => array('class' => 'foo'))) ?> * <?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 FormView $view The view for which to render the widget
* @param array $variables Additional variables passed to the template * @param array $variables Additional variables passed to the template