Skip to content

Commit f42d94b

Browse files
committed
Remove a versionadded directive
1 parent deedeea commit f42d94b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

serializer.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,6 @@ resources. This context is passed to all normalizers. For example:
156156
uses ``empty_iterable_as_object`` to represent empty objects as ``{}`` instead
157157
of ``[]`` in JSON.
158158

159-
.. versionadded:: 5.4
160-
161-
The usage of the ``empty_arrays_as_object`` option by default in the
162-
Serializer was introduced in Symfony 5.4.
163-
164159
You can pass the context like following::
165160

166161
$serializer->serialize($something, 'json', [

0 commit comments

Comments
 (0)