From 878243522a6ac71df1ca175ffdc5d7247b7f5e09 Mon Sep 17 00:00:00 2001 From: Andres Rey Date: Tue, 18 Oct 2016 16:49:47 +0100 Subject: Lots of comments --- src/ReadabilityInterface.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/ReadabilityInterface.php') diff --git a/src/ReadabilityInterface.php b/src/ReadabilityInterface.php index f5df055..cbb4cb2 100644 --- a/src/ReadabilityInterface.php +++ b/src/ReadabilityInterface.php @@ -4,12 +4,24 @@ namespace andreskrey\Readability; interface ReadabilityInterface { + /** + * @param DOMElement $node + */ public function __construct($node); + /** + * @return int + */ public function getScore(); + /** + * @return Readability + */ public function initializeNode(); + /** + * @return int + */ public function getClassWeight(); } -- cgit v1.2.3