forked from blallo/rss-bridge
Fix indentation and remove unnecessary lines
This commit is contained in:
parent
0631e9d835
commit
4420906a7a
1 changed files with 101 additions and 103 deletions
|
@ -9,7 +9,6 @@ class DauphineLibereBridge extends BridgeAbstract{
|
|||
$this->description = "Returns the newest articles.";
|
||||
$this->update = "2016-08-02";
|
||||
|
||||
|
||||
$this->parameters[] =
|
||||
'[
|
||||
{
|
||||
|
@ -111,7 +110,6 @@ class DauphineLibereBridge extends BridgeAbstract{
|
|||
$limit++;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public function getName(){
|
||||
|
@ -124,6 +122,6 @@ class DauphineLibereBridge extends BridgeAbstract{
|
|||
|
||||
public function getCacheDuration(){
|
||||
return 3600*2; // 2 hours
|
||||
// return 0; // 2 hours
|
||||
}
|
||||
}
|
||||
?>
|
Loading…
Reference in a new issue