Fix CS phpdoc FormConfigEditorInterface

This commit is contained in:
Julien 'ruian' Galenski 2012-05-30 18:44:03 +02:00
parent eba4aba364
commit 26f5ac4aa0

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