We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082017b commit 77e3a00Copy full SHA for 77e3a00
components/serializer.rst
@@ -1209,9 +1209,13 @@ Option Description
1209
``cdata_wrapping`` If set to false, will not wrap any value ``true``
1210
containing one of the following characters (
1211
``<``, ``>``, ``&``) in `a CDATA section`_ like
1212
- following : ``<![CDATA[...]]>``
+ following: ``<![CDATA[...]]>``
1213
============================== ================================================= ==========================
1214
1215
+.. versionadded:: 6.4
1216
+
1217
+ The `cdata_wrapping` option was introduced in Symfony 6.4.
1218
1219
Example with custom ``context``::
1220
1221
use Symfony\Component\Serializer\Encoder\XmlEncoder;
0 commit comments