Skip to content

Commit c9a4e7b

Browse files
committed
Merge pull request paquettg#5 from thiagotalma/patch-1
Update AbstractNode.php
2 parents 1f45a7a + ded8a82 commit c9a4e7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/PHPHtmlParser/Dom/AbstractNode.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
/**
88
* Dom node object.
9+
*
10+
* @property string outerhtml
11+
* @property string innerhtml
12+
* @property string text
913
*/
1014
abstract class AbstractNode {
1115

0 commit comments

Comments
 (0)