Skip to content

Commit 3fe1b2a

Browse files
committed
minor symfony#9632 [Serializer] Added a missing parenthesis in a code example (javiereguiluz)
This PR was merged into the master branch. Discussion ---------- [Serializer] Added a missing parenthesis in a code example Commits ------- f148e11 [Serializer] Added a missing parenthesis in a code example
2 parents 001f5dd + f148e11 commit 3fe1b2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/serializer.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,7 @@ having unique identifiers::
947947
'child' => array(
948948
'id' => 2,
949949
'child' => '/foos/3',
950+
),
950951
);
951952
*/
952953

0 commit comments

Comments
 (0)