Skip to content

Commit db5f51d

Browse files
Merge branch '3.3' into 3.4
* 3.3: [DI] Fix dumping with custom base class [HttpFoundation] Add test [HttpFoundation] Fix session-related BC break [Process] Workaround PHP bug #75515 in ProcessTest::testSimpleInputStream() fix method name
2 parents 63e93cf + 04a06fe commit db5f51d

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)