[From] fixed phpdoc

This commit is contained in:
Fabien Potencier 2011-02-02 11:34:10 +01:00
parent 0169892dcd
commit 209dcfefce

View File

@ -85,8 +85,6 @@ class Form extends Field implements \IteratorAggregate, FormInterface
* Constructor.
*
* @param string $name
* @param array|object $data
* @param ValidatorInterface $validator
* @param array $options
*/
public function __construct($name = null, array $options = array())