Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 13cc944

Browse files
internalsystemerrorweierophinney
authored andcommitted
Remove whitespace
1 parent 9d6a1ad commit 13cc944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Renderer/XmlRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ private function createResourceElement(DOMDocument $doc, string $name, $data)
117117
if ($data === null) {
118118
return $doc->createElement($name, $data);
119119
}
120-
120+
121121
if (is_scalar($data)) {
122122
$data = $this->normalizeConstantValue($data);
123123
return $doc->createElement($name, $data);

0 commit comments

Comments
 (0)