Skip to content

Commit 5c8861b

Browse files
committed
Minor: Add linebreak. refs #13432
1 parent d05e4d7 commit 5c8861b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

serializer.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,8 @@ You can now choose which groups to use when serializing::
250250

251251
$json = $serializer->serialize(
252252
$product,
253-
'json', ['groups' => 'show_product']
253+
'json',
254+
['groups' => 'show_product']
254255
);
255256

256257
In addition to the ``@Groups`` annotation, the Serializer component also

0 commit comments

Comments
 (0)