From 26f5ac4aa060d2ffc3e40799158f260a5b9e9198 Mon Sep 17 00:00:00 2001 From: Julien 'ruian' Galenski Date: Wed, 30 May 2012 18:44:03 +0200 Subject: [PATCH] Fix CS phpdoc FormConfigEditorInterface --- src/Symfony/Component/Form/FormConfigEditorInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Form/FormConfigEditorInterface.php b/src/Symfony/Component/Form/FormConfigEditorInterface.php index 7b1dfddac6..79135ca525 100644 --- a/src/Symfony/Component/Form/FormConfigEditorInterface.php +++ b/src/Symfony/Component/Form/FormConfigEditorInterface.php @@ -182,7 +182,7 @@ interface FormConfigEditorInterface extends FormConfigInterface * Sets whether the form's data should be modified by reference. * * @param Boolean $byReference Whether the data should be - modified by reference. + * modified by reference. * * @return self The configuration object. */