From 4e363a145ec293e5474eb008efc907a210039768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20Tou=C5=A1ek?= Date: Tue, 3 Sep 2013 19:10:25 +0200 Subject: [PATCH] typos --- .../Bundle/FrameworkBundle/Templating/Helper/FormHelper.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/FormHelper.php b/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/FormHelper.php index 9ebd882a06..ece6d418e0 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/FormHelper.php +++ b/src/Symfony/Bundle/FrameworkBundle/Templating/Helper/FormHelper.php @@ -78,13 +78,13 @@ class FormHelper extends Helper * * Example usage: * - * widget() ?> + * widget() ?> * * You can pass options during the call: * - * widget(array('attr' => array('class' => 'foo'))) ?> + * widget(array('attr' => array('class' => 'foo'))) ?> * - * widget(array('separator' => '+++++')) ?> + * widget(array('separator' => '+++++')) ?> * * @param FormView $view The view for which to render the widget * @param array $variables Additional variables passed to the template