1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-03 23:27:32 +02:00

[BridgeAbstract] Clarify usage of the bridge template

LogMANOriginal
2018-03-11 12:23:13 +01:00
parent 152dbc19fd
commit b81804f5ee

@@ -334,12 +334,12 @@ class MySiteBridge extends BridgeAbstract {
const URI = '';
const DESCRIPTION = 'No description provided';
const MAINTAINER = 'No maintainer';
const PARAMETERS = array();
const CACHE_TIMEOUT = 3600;
public function collectData(){
// Implement your bridge here!
}
}
// Imaginary empty line!
```
```
Please remove the comments from the template before opening a PR!