summaryrefslogtreecommitdiff
path: root/src/Readability.php
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2016-10-18 16:13:19 +0000
committerStyleCI Bot <[email protected]>2016-10-18 16:13:19 +0000
commitee754d5a7b184fb66ad57b660fdcbdf691f29bce (patch)
tree97ac8dccd32a69054a9c5f937afdc02ef3723dc4 /src/Readability.php
parentd75e04143ccd1d68a0e02bc074aec28fc0d67806 (diff)
Applied fixes from StyleCI
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()