Explorar el Código

[From] fixed phpdoc

Fabien Potencier hace 14 años
padre
commit
209dcfefce
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/Symfony/Component/Form/Form.php

+ 0 - 2
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())