Skip to content

Commit fe042be

Browse files
committed
minor #20983 Fix a list item in object_mapper.rst (jdreesen)
This PR was merged into the 7.3 branch. Discussion ---------- Fix a list item in object_mapper.rst I'm not sure if this is the correct fix, but I'm trying to fix this strange looking list item: https://symfony.com/doc/7.3/object_mapper.html#configuring-property-mapping ![grafik](https://github.com/user-attachments/assets/9f6ed8ec-8c13-4915-b46e-f114ca8b8170) Commits ------- 0d4b755 Try fixing a list in object_mapper.rst
2 parents 4b5d780 + 0d4b755 commit fe042be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

object_mapper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ You can apply the ``#[Map]`` attribute to properties to customize their mapping
149149

150150
* ``target``: Specifies the name of the property in the target object;
151151
* ``source``: Specifies the name of the property in the source object (useful
152-
when mapping is defined on the target, see below);
152+
when mapping is defined on the target, see below);
153153
* ``if``: Defines a condition for mapping the property;
154154
* ``transform``: Applies a transformation to the value before mapping.
155155

0 commit comments

Comments
 (0)