Skip to content

Commit 4c5ae0a

Browse files
author
Andrey Helldar
authored
Merge pull request #2 from andrey-helldar/analysis-zeA2pr
Apply fixes from StyleCI
2 parents 7712960 + a42b84f commit 4c5ae0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Facades/Xml.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function makeItem(string $name, $value = null, array $attributes = []): D
6363
public function appendChild(DOMElement &$parent, DOMElement $child)
6464
{
6565
$node = $this->doc->importNode($child, true);
66-
66+
6767
$parent->appendChild($node);
6868
}
6969

0 commit comments

Comments
 (0)