Skip to content

Commit

Permalink
Remove dead assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Dec 20, 2024
1 parent f47b05d commit 30ad118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XML/env_200305/Fault.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function toXML(?DOMElement $parent = null): DOMElement

// Dirty hack to get the namespaces in the right place. They cannot be in the env:Value element
$doc = DOMDocumentFactory::create();
$e = $doc->appendChild($doc->importNode($e, true));
$doc->appendChild($doc->importNode($e, true));

return $doc->documentElement;
}
Expand Down

0 comments on commit 30ad118

Please sign in to comment.