Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1ac2e9c

Browse files
committed
merged branch shieldo/fix_docblock_typo (PR #4590)
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).
2 parents 96c2a27 + bfe5e58 commit 1ac2e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function transform($dateTime)
111111
* @return DateTime Normalized date
112112
*
113113
* @throws UnexpectedTypeException if the given value is not an array
114-
* @throws TransformationFailedException if the value could not bet transformed
114+
* @throws TransformationFailedException if the value could not be transformed
115115
* @throws TransformationFailedException if the input timezone is not supported
116116
*/
117117
public function reverseTransform($value)

0 commit comments

Comments
 (0)