Skip to content

Commit 7078676

Browse files
committed
Merge pull request NEKOGET#702 from aaharu/add-bool_representation
add bool_representation option
2 parents f4fcaa3 + fc9aa53 commit 7078676

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

classes/format.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@ <h4>XML</h4>
133133
<td><pre class="php"><code>false</code></pre></td>
134134
<td>Whether to use CDATA in nodes</td>
135135
</tr>
136+
<tr>
137+
<th>bool_representation</th>
138+
<td>mixed</td>
139+
<td><pre class="php"><code>null</code></pre></td>
140+
<td>How booleans must be represented (0/1 vs false/true)</td>
141+
</tr>
136142
</tbody>
137143
</table>
138144

0 commit comments

Comments
 (0)