Skip to content

Commit

Permalink
merged branch ruian/fix_cs_docblock (PR #4466)
Browse files Browse the repository at this point in the history
Commits
-------

26f5ac4 Fix CS phpdoc FormConfigEditorInterface

Discussion
----------

Fix CS phpdoc FormConfigEditorInterface

Just a CS fixer
  • Loading branch information
fabpot committed May 30, 2012
2 parents eba4aba + 26f5ac4 commit 49e213c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Form/FormConfigEditorInterface.php
Expand Up @@ -182,7 +182,7 @@ function setMapped($mapped);
* 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.
*/
Expand Down

0 comments on commit 49e213c

Please sign in to comment.