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

Skip to content

Commit 5fa5ef7

Browse files
minor #24940 [Form] fix method name (xabbuh)
This PR was merged into the 2.7 branch. Discussion ---------- [Form] fix method name | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- b862168 fix method name
2 parents 70dd46b + b862168 commit 5fa5ef7

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)