浏览代码

[Form] Making the constructor inherit docs.

Ryan Weaver 14 年之前
父节点
当前提交
82283db789
共有 1 个文件被更改,包括 1 次插入6 次删除
  1. 1 6
      src/Symfony/Component/Form/ValueTransformer/BaseValueTransformer.php

+ 1 - 6
src/Symfony/Component/Form/ValueTransformer/BaseValueTransformer.php

@@ -27,12 +27,7 @@ abstract class BaseValueTransformer extends Configurable implements ValueTransfo
     protected $locale;
 
     /**
-     * Constructor.
-     *
-     * @param array $options     An array of options
-     *
-     * @throws \InvalidArgumentException when a option is not supported
-     * @throws \RuntimeException         when a required option is not given
+     * {@inheritDoc}
      */
     public function __construct(array $options = array())
     {