summaryrefslogtreecommitdiffstats
path: root/articleenhancer/xpatharticleenhancer.php
diff options
context:
space:
mode:
Diffstat (limited to 'articleenhancer/xpatharticleenhancer.php')
-rw-r--r--articleenhancer/xpatharticleenhancer.php4
1 files changed, 2 insertions, 2 deletions
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 = "";