[Form] fixed typo in docblock

This commit is contained in:
Douglas Greenshields 2012-06-15 20:56:24 +01:00
parent f881d28240
commit bfe5e5856a

View File

@ -111,7 +111,7 @@ class DateTimeToArrayTransformer extends BaseDateTimeTransformer
* @return DateTime Normalized date * @return DateTime Normalized date
* *
* @throws UnexpectedTypeException if the given value is not an array * @throws UnexpectedTypeException if the given value is not an array
* @throws TransformationFailedException if the value could not bet transformed * @throws TransformationFailedException if the value could not be transformed
* @throws TransformationFailedException if the input timezone is not supported * @throws TransformationFailedException if the input timezone is not supported
*/ */
public function reverseTransform($value) public function reverseTransform($value)