1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-06 08:37:30 +02:00

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

@@ -1,5 +1,5 @@
<?php
class DauphineLibereBridge extends BridgeAbstract{
class DauphineLibereBridge extends BridgeAbstract {
public function loadMetadatas() {
@@ -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
}
}
?>