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.
1 parent 9663472 commit 331464aCopy full SHA for 331464a
src/PHPHtmlParser/Dom/HtmlNode.php
@@ -15,7 +15,7 @@ class HtmlNode extends InnerNode
15
/**
16
* Remembers what the innerHtml was if it was scanned previously.
17
*/
18
- protected $innerHtml = null;
+ public $innerHtml = null;
19
20
21
* Remembers what the outerHtml was if it was scanned previously.
0 commit comments