Skip to content

Commit 78de6f6

Browse files
simon-watiauwouterj
authored andcommitted
Minor: Fix quotes
style(serializer): Fix quotes
1 parent 396c09c commit 78de6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/serializer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ defines a ``Person`` entity with a ``firstName`` property:
627627
This custom mapping is used to convert property names when serializing and
628628
deserializing objects::
629629

630-
$serialized = $serializer->serialize(new Person("Kévin"), 'json');
630+
$serialized = $serializer->serialize(new Person('Kévin'), 'json');
631631
// {"customer_name": "Kévin"}
632632

633633
Serializing Boolean Attributes

0 commit comments

Comments
 (0)