summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2018-11-22 22:18:24 +0000
committerAndres Rey <[email protected]>2018-11-22 22:18:24 +0000
commit4c904d1a79b3eb67f91ff272c89fcace8308311a (patch)
tree4a97968e3aa756c443a8bd77d60141cc8a215b79
parent72619ad79e1745e3fc12d8a2a27873880479c5f4 (diff)
Add missing asterisk in docblock
-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 7114fab..e71c1c3 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.