Skip to content

Commit 7a25f87

Browse files
author
Andrey Helldar
authored
Merge pull request #3 from andrey-helldar/analysis-z4WQKG
Apply fixes from StyleCI
2 parents d252d33 + e49f438 commit 7a25f87

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
@@ -71,7 +71,7 @@ public function appendToRoot(DOMElement $element)
7171
{
7272
$this->appendChild($this->root, $element);
7373
}
74-
74+
7575
public function appendToDoc(DOMElement $element)
7676
{
7777
$this->appendChild($this->doc, $element);

0 commit comments

Comments
 (0)