minor #13993 [Form] fixed doc (issei-m)

This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #13993).

Discussion
----------

[Form] fixed doc

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | -
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Commits
-------

9c55731 [Form] fixed phpdoc
This commit is contained in:
Fabien Potencier 2015-03-21 18:46:19 +01:00
commit c73c34acaf
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)
{