Просмотр исходного кода

[Form] Making the constructor inherit docs.

Ryan Weaver 14 лет назад
Родитель
Сommit
82283db789

+ 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())
     {