Skip to content

Commit 331464a

Browse files
authored
Update HtmlNode.php
1 parent 9663472 commit 331464a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPHtmlParser/Dom/HtmlNode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class HtmlNode extends InnerNode
1515
/**
1616
* Remembers what the innerHtml was if it was scanned previously.
1717
*/
18-
protected $innerHtml = null;
18+
public $innerHtml = null;
1919

2020
/**
2121
* Remembers what the outerHtml was if it was scanned previously.

0 commit comments

Comments
 (0)