File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -512,7 +512,7 @@ There are several types of normalizers available:
512
512
calling the constructor during the denormalization process.
513
513
514
514
Objects are normalized to a map of property names (method name stripped of
515
- the "get"/"set"/"has"/"remove" prefix and converted to lower case ) to property
515
+ the "get"/"set"/"has"/"remove" prefix) to property
516
516
values.
517
517
518
518
The ``ObjectNormalizer `` is the most powerful normalizer. It is configured by
@@ -524,7 +524,7 @@ There are several types of normalizers available:
524
524
the constructor and the "setters" (public methods starting with "set").
525
525
526
526
Objects are normalized to a map of property names (method name stripped of
527
- the "get" prefix and converted to lower case ) to property values.
527
+ the "get" prefix) to property values.
528
528
529
529
:class: `Symfony\\ Component\\ Serializer\\ Normalizer\\ PropertyNormalizer `
530
530
This normalizer directly reads and writes public properties as well as
You can’t perform that action at this time.
0 commit comments