File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ $array = [
384384];
385385```
386386
387- Default:
387+ Default (prettified) :
388388``` xml
389389<?xml version =" 1.0" encoding =" UTF-8" ?>
390390<root >
@@ -400,7 +400,7 @@ Usage:
400400$xml_string = $converter->setCastBooleanTrue('Yes')->setCastBooleanFalse('No')->toXmlString($array);
401401```
402402
403- Result:
403+ Result (prettified) :
404404``` xml
405405<?xml version =" 1.0" encoding =" UTF-8" ?>
406406<root >
@@ -426,7 +426,7 @@ $array = [
426426];
427427```
428428
429- Default:
429+ Default (prettified) :
430430``` xml
431431<?xml version =" 1.0" encoding =" UTF-8" ?>
432432<root >
@@ -441,7 +441,7 @@ Usage:
441441$xml_string = $converter->setCastNullValue('__NULL__')->setCastBooleanFalse('No')->toXmlString($array);
442442```
443443
444- Result:
444+ Result (prettified) :
445445``` xml
446446<?xml version =" 1.0" encoding =" UTF-8" ?>
447447<root >
You can’t perform that action at this time.
0 commit comments