We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c889f7 commit 043d7e9Copy full SHA for 043d7e9
1 file changed
system/Format/XMLFormatter.php
@@ -67,7 +67,7 @@ public function format($data)
67
}
68
69
$options = $config->formatterOptions['application/xml'] ?? 0;
70
- $output = new \SimpleXMLElement('<?xml version="1.0"?><response></response>',$options);
+ $output = new \SimpleXMLElement('<?xml version="1.0"?><response></response>', $options);
71
72
$this->arrayToXML((array)$data, $output);
73
0 commit comments