From b889b51a9e407c3efd150c4c571611433d2a3a58 Mon Sep 17 00:00:00 2001 From: logmanoriginal Date: Wed, 3 Aug 2016 21:26:53 +0200 Subject: [PATCH] Fix indentation and remove empty lines --- bridges/NextInpactBridge.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bridges/NextInpactBridge.php b/bridges/NextInpactBridge.php index bd6665b5..e4597e5b 100644 --- a/bridges/NextInpactBridge.php +++ b/bridges/NextInpactBridge.php @@ -2,13 +2,11 @@ class NextInpactBridge extends BridgeAbstract { public function loadMetadatas() { - $this->maintainer = "qwertygc"; $this->name = "NextInpact Bridge"; $this->uri = "http://www.nextinpact.com/"; $this->description = "Returns the newest articles."; $this->update = "2016-08-03"; - } function StripCDATA($string) { @@ -45,8 +43,7 @@ class NextInpactBridge extends BridgeAbstract { $limit++; } } - - } + } public function getName() { return 'Nextinpact Bridge'; @@ -58,6 +55,5 @@ class NextInpactBridge extends BridgeAbstract { public function getCacheDuration() { return 3600; // 1 hour - // return 0; } }