Skip to content

Commit 2d4ebfc

Browse files
Merge branch '3.4'
* 3.4: [DI] Fix dumping with custom base class fixed typo [HttpFoundation] Add test [HttpFoundation] Fix session-related BC break [Process] Workaround PHP bug #75515 in ProcessTest::testSimpleInputStream() [FrameworkBundle] Wire the translation.reader service instead of deprecated translation.loader in commands fix method name
2 parents e97d0a6 + db5f51d commit 2d4ebfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Form.php

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

0 commit comments

Comments
 (0)