mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-10 17:08:47 +00:00
Fix indentation and remove unnecessary lines
This commit is contained in:
parent
0631e9d835
commit
4420906a7a
@ -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 New Issue
Block a user