summaryrefslogtreecommitdiff
path: root/src/Nodes
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2019-05-26 10:50:56 +0100
committerAndres Rey <[email protected]>2019-05-26 10:50:56 +0100
commit831707f0be5f1b4e934d168603e81a7dbd50e24e (patch)
treece4758d6f16a400e29b1c271f1a212c047bc5cd6 /src/Nodes
parent02256dbd07405c318bf147e08e7661b683f4c73a (diff)
Add missing star
Diffstat (limited to 'src/Nodes')
-rw-r--r--src/Nodes/NodeTrait.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Nodes/NodeTrait.php b/src/Nodes/NodeTrait.php
index d7060cc..2fbd240 100644
--- a/src/Nodes/NodeTrait.php
+++ b/src/Nodes/NodeTrait.php
@@ -81,7 +81,7 @@ trait NodeTrait
*/
public function isReadabilityDataTable()
{
- /*
+ /**
* This is a workaround that I'd like to remove in the future.
* Seems that although we are extending the base DOMElement and adding custom properties (like this one,
* 'readabilityDataTable'), these properties get lost when you search for elements with getElementsByTagName.