We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da5afae + 6847a77 commit 2b382bbCopy full SHA for 2b382bb
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "paquettg/php-html-parser",
+ "name": "arweb/php-html-parser",
3
"type": "library",
4
"version": "1.7.0",
5
"description": "An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.",
src/PHPHtmlParser/Dom/AbstractNode.php
@@ -83,7 +83,7 @@ public function __get($key)
83
case 'tag':
84
return $this->getTag();
85
case 'parent':
86
- $this->getParent();
+ return $this->getParent();
87
}
88
89
return null;
0 commit comments