Skip to content

Commit

Permalink
merged branch shieldo/fix_docblock_typo (PR symfony#4590)
Browse files Browse the repository at this point in the history
Commits
-------

bfe5e58 [Form] fixed typo in docblock

Discussion
----------

[Form] fixed typo in docblock

---------------------------------------------------------------------------

by travisbot at 2012-06-15T20:03:08Z

This pull request [passes](http://travis-ci.org/symfony/symfony/builds/1630865) (merged bfe5e58 into f881d28).
  • Loading branch information
fabpot committed Jun 16, 2012
2 parents 96c2a27 + bfe5e58 commit 1ac2e9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function transform($dateTime)
* @return DateTime Normalized date
*
* @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
*/
public function reverseTransform($value)
Expand Down

0 comments on commit 1ac2e9c

Please sign in to comment.