From 4c904d1a79b3eb67f91ff272c89fcace8308311a Mon Sep 17 00:00:00 2001 From: Andres Rey Date: Thu, 22 Nov 2018 22:18:24 +0000 Subject: Add missing asterisk in docblock --- src/Nodes/NodeTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Nodes/NodeTrait.php') 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. -- cgit v1.2.3