Fixed missing quote in FormHelper->widget() PHPDoc

This commit is contained in:
Sema 2012-12-19 15:09:11 +04:00
parent 6261779ef3
commit 8654cd80fd

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