We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f7cc8 commit b862168Copy full SHA for b862168
src/Symfony/Component/Form/Form.php
@@ -50,7 +50,7 @@
50
* either as "Y-m-d" string or as timestamp. Internally we still want to
51
* use a DateTime object for processing. To convert the data from string/integer
52
* to DateTime you can set a normalization transformer by calling
53
- * addNormTransformer(). The normalized data is then converted to the displayed
+ * addModelTransformer(). The normalized data is then converted to the displayed
54
* data as described before.
55
*
56
* The conversions (1) -> (2) -> (3) use the transform methods of the transformers.
0 commit comments