From 209dcfefce20006eac711aeb65ddcb2d2eb4ead2 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 2 Feb 2011 11:34:10 +0100 Subject: [PATCH] [From] fixed phpdoc --- src/Symfony/Component/Form/Form.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Symfony/Component/Form/Form.php b/src/Symfony/Component/Form/Form.php index 2f18054769..34f96c4df6 100644 --- a/src/Symfony/Component/Form/Form.php +++ b/src/Symfony/Component/Form/Form.php @@ -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())