Skip to content

Commit 043d7e9

Browse files
authored
update as per pull request change
update as per pull request change
1 parent 5c889f7 commit 043d7e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Format/XMLFormatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function format($data)
6767
}
6868

6969
$options = $config->formatterOptions['application/xml'] ?? 0;
70-
$output = new \SimpleXMLElement('<?xml version="1.0"?><response></response>',$options);
70+
$output = new \SimpleXMLElement('<?xml version="1.0"?><response></response>', $options);
7171

7272
$this->arrayToXML((array)$data, $output);
7373

0 commit comments

Comments
 (0)