Skip to content
This repository was archived by the owner on Oct 12, 2024. It is now read-only.

Commit 3b674f7

Browse files
authored
Update Element.php
1 parent 4caeb4a commit 3b674f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Element.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public function appendTextNode($name, $value)
3636
$element->appendChild(
3737
$this->owner()->createTextNode($value)
3838
);
39+
3940
return $element;
4041
}
4142

0 commit comments

Comments
 (0)