Fix indentation and remove unnecessary lines

This commit is contained in:
logmanoriginal 2016-08-02 15:40:07 +02:00
parent 0631e9d835
commit 4420906a7a

View file

@ -9,7 +9,6 @@ class DauphineLibereBridge extends BridgeAbstract{
$this->description = "Returns the newest articles."; $this->description = "Returns the newest articles.";
$this->update = "2016-08-02"; $this->update = "2016-08-02";
$this->parameters[] = $this->parameters[] =
'[ '[
{ {
@ -111,7 +110,6 @@ class DauphineLibereBridge extends BridgeAbstract{
$limit++; $limit++;
} }
} }
} }
public function getName(){ public function getName(){
@ -124,6 +122,6 @@ class DauphineLibereBridge extends BridgeAbstract{
public function getCacheDuration(){ public function getCacheDuration(){
return 3600*2; // 2 hours return 3600*2; // 2 hours
// return 0; // 2 hours
} }
} }
?>