merged branch ruian/fix_cs_docblock (PR #4466)

Commits
-------

26f5ac4 Fix CS phpdoc FormConfigEditorInterface

Discussion
----------

Fix CS phpdoc FormConfigEditorInterface

Just a CS fixer
This commit is contained in:
Fabien Potencier 2012-05-30 18:48:14 +02:00
commit 49e213ce7c

View File

@ -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.
*/