Skip to content

Commit

Permalink
Disable pretty-printing of XML output
Browse files Browse the repository at this point in the history
  • Loading branch information
z38 committed Mar 20, 2018
1 parent c2651dd commit 62e5338
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Z38/SwissPayment/Message/AbstractMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public function asDom()
$ns = sprintf(self::SCHEMA_LOCATION, $schema);

$doc = new \DOMDocument('1.0', 'UTF-8');
$doc->formatOutput = true;
$root = $doc->createElement('Document');
$root->setAttribute('xmlns', $ns);
$root->setAttribute('xmlns:xsi', 'http://www.w3.org/2001/XMLSchema-instance');
Expand Down

0 comments on commit 62e5338

Please sign in to comment.