mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 07:37:27 +02:00
[BridgeAbstract] Clarify usage of the bridge template
@@ -334,8 +334,6 @@ 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!
|
||||
@@ -343,3 +341,5 @@ class MySiteBridge extends BridgeAbstract {
|
||||
}
|
||||
// Imaginary empty line!
|
||||
```
|
||||
|
||||
Please remove the comments from the template before opening a PR!
|
Reference in New Issue
Block a user