From 9c557312f2e18722688feaba930ab50a3458b8d2 Mon Sep 17 00:00:00 2001 From: "Issei.M" Date: Fri, 20 Mar 2015 22:26:52 +0900 Subject: [PATCH] [Form] fixed phpdoc --- src/Symfony/Component/Form/Button.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Symfony/Component/Form/Button.php b/src/Symfony/Component/Form/Button.php index e7b553edcc..6055db9b7d 100644 --- a/src/Symfony/Component/Form/Button.php +++ b/src/Symfony/Component/Form/Button.php @@ -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) {