[Form] fixed phpdoc

This commit is contained in:
Issei.M 2015-03-20 22:26:52 +09:00 committed by Fabien Potencier
parent d5a8a1009b
commit 9c557312f2
1 changed files with 1 additions and 3 deletions

View File

@ -194,9 +194,7 @@ class Button implements \IteratorAggregate, FormInterface
*
* This method should not be invoked.
*
* @param string $modelData
*
* @throws BadMethodCallException
* @param mixed $modelData
*/
public function setData($modelData)
{