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

Commit 37d80e0

Browse files
authored
Update Element.php
1 parent c9b51ff commit 37d80e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Element.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Element extends \DOMElement implements XPathAware
2929
*/
3030
public function appendTextNode($name, $value)
3131
{
32-
$el = new self($name)
32+
$el = new self($name);
3333
$el->appendChild($this->owner()->createTextNode($value));
3434

3535
$element = $this->appendChild($el);

0 commit comments

Comments
 (0)