summaryrefslogtreecommitdiff
path: root/src/Readability.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Readability.php')
-rw-r--r--src/Readability.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Readability.php b/src/Readability.php
index a53d032..bab7c42 100644
--- a/src/Readability.php
+++ b/src/Readability.php
@@ -23,7 +23,7 @@ class Readability implements ReadabilityInterface
];
/**
- * Constructor
+ * Constructor.
*
* @param DOMElement $node
*/
@@ -78,9 +78,10 @@ class Readability implements ReadabilityInterface
}
/**
- * Calculates the weight of the class/id of the current element
+ * Calculates the weight of the class/id of the current element.
*
* @todo check for flag that lets this function run or not
+ *
* @return int
*/
public function getClassWeight()