From 6e9fa0706e97627e1749b0a5e6a0215c472ccaf1 Mon Sep 17 00:00:00 2001 From: Andres Rey Date: Fri, 23 Dec 2016 22:11:13 +0000 Subject: Apply fixes from StyleCI --- src/ReadabilityInterface.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ReadabilityInterface.php') diff --git a/src/ReadabilityInterface.php b/src/ReadabilityInterface.php index 5917454..0dee01b 100644 --- a/src/ReadabilityInterface.php +++ b/src/ReadabilityInterface.php @@ -47,6 +47,7 @@ interface ReadabilityInterface extends ElementInterface /** * @param bool $normalize Normalize white space? + * * @return string */ public function getTextContent($normalize); @@ -70,11 +71,10 @@ interface ReadabilityInterface extends ElementInterface /** * @param Readability $originalNode - * @param bool $ignoreSelfAndKids + * @param bool $ignoreSelfAndKids * * @return Readability */ - public function getNextNode($originalNode, $ignoreSelfAndKids = false); /** -- cgit v1.2.3