summaryrefslogtreecommitdiffstats
path: root/articleenhancer
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-06-26 11:33:44 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-06-26 11:33:44 +0200
commitcd10f93e0d271840caff92b88195385a2a3f15b2 (patch)
treecf9e3724c35bba4cdd82e443938151bf189802cc /articleenhancer
parent06367d8b81407fc2948e0f666b38f4de2dffbd89 (diff)
style fixes
Diffstat (limited to 'articleenhancer')
-rw-r--r--articleenhancer/regexarticleenhancer.php1
-rw-r--r--articleenhancer/xpatharticleenhancer.php4
2 files changed, 2 insertions, 3 deletions
diff --git a/articleenhancer/regexarticleenhancer.php b/articleenhancer/regexarticleenhancer.php
index 443562769..543eca09b 100644
--- a/articleenhancer/regexarticleenhancer.php
+++ b/articleenhancer/regexarticleenhancer.php
@@ -13,7 +13,6 @@
namespace OCA\News\ArticleEnhancer;
-use \OCA\News\Utility\SimplePieFileFactory;
use \OCA\News\Db\Item;
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 = "";