[Form] Making the constructor inherit docs.

This commit is contained in:
Ryan Weaver 2011-01-20 08:27:48 -06:00 committed by Fabien Potencier
parent 67f13fee9e
commit 82283db789

View File

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