From cd10f93e0d271840caff92b88195385a2a3f15b2 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 26 Jun 2014 11:33:44 +0200 Subject: style fixes --- articleenhancer/xpatharticleenhancer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'articleenhancer/xpatharticleenhancer.php') diff --git a/articleenhancer/xpatharticleenhancer.php b/articleenhancer/xpatharticleenhancer.php index 2499476e9..8262fc462 100644 --- a/articleenhancer/xpatharticleenhancer.php +++ b/articleenhancer/xpatharticleenhancer.php @@ -218,8 +218,8 @@ class XPathArticleEnhancer implements ArticleEnhancer { /** * Method which turns an xpath result to a string * you can customize it by overwriting this method - * @param $xpathResult the result from the xpath query - * @return the result as a string + * @param mixed $xpathResult the result from the xpath query + * @return string the result as a string */ protected function domToString($xpathResult) { $result = ""; -- cgit v1.2.3