Skip to content

Commit 3e1e84c

Browse files
authored
Fix CI
1 parent ad38fcc commit 3e1e84c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

components/serializer.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,8 @@ always as a collection.
11011101

11021102
You may need to add some attributes on the root node. This can be done this way :
11031103

1104-
.. code-block:: php
1104+
.. code-block:: PHP
1105+
11051106
<?php
11061107
$encoder = new XmlEncoder();
11071108
$encoder->encode([
@@ -1112,7 +1113,8 @@ always as a collection.
11121113
11131114
This will generate the following XML :
11141115

1115-
.. code-block:: xml
1116+
.. code-block:: XML
1117+
11161118
<?xml version="1.0"?>
11171119
<response attribute1="foo" attribute2="bar">
11181120
<foo bar="value">

0 commit comments

Comments
 (0)