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 = [
384
384
];
385
385
```
386
386
387
- Default:
387
+ Default (prettified) :
388
388
``` xml
389
389
<?xml version =" 1.0" encoding =" UTF-8" ?>
390
390
<root >
@@ -400,7 +400,7 @@ Usage:
400
400
$xml_string = $converter->setCastBooleanTrue('Yes')->setCastBooleanFalse('No')->toXmlString($array);
401
401
```
402
402
403
- Result:
403
+ Result (prettified) :
404
404
``` xml
405
405
<?xml version =" 1.0" encoding =" UTF-8" ?>
406
406
<root >
@@ -426,7 +426,7 @@ $array = [
426
426
];
427
427
```
428
428
429
- Default:
429
+ Default (prettified) :
430
430
``` xml
431
431
<?xml version =" 1.0" encoding =" UTF-8" ?>
432
432
<root >
@@ -441,7 +441,7 @@ Usage:
441
441
$xml_string = $converter->setCastNullValue('__NULL__')->setCastBooleanFalse('No')->toXmlString($array);
442
442
```
443
443
444
- Result:
444
+ Result (prettified) :
445
445
``` xml
446
446
<?xml version =" 1.0" encoding =" UTF-8" ?>
447
447
<root >
You can’t perform that action at this time.
0 commit comments