Skip to content

Commit b862168

Browse files
committed
fix method name
1 parent 85f7cc8 commit b862168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/Form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
* either as "Y-m-d" string or as timestamp. Internally we still want to
5151
* use a DateTime object for processing. To convert the data from string/integer
5252
* to DateTime you can set a normalization transformer by calling
53-
* addNormTransformer(). The normalized data is then converted to the displayed
53+
* addModelTransformer(). The normalized data is then converted to the displayed
5454
* data as described before.
5555
*
5656
* The conversions (1) -> (2) -> (3) use the transform methods of the transformers.

0 commit comments

Comments
 (0)