浏览代码

[From] fixed phpdoc

Fabien Potencier 14 年之前
父节点
当前提交
209dcfefce
共有 1 个文件被更改,包括 0 次插入2 次删除
  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())