mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-16 21:44:01 +02:00
[bridges] use constants instead of variable members
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
class AcrimedBridge extends RssExpander{
|
||||
|
||||
|
||||
public $maintainer = "qwertygc";
|
||||
public $name = "Acrimed Bridge";
|
||||
public $uri = "http://www.acrimed.org/";
|
||||
public $description = "Returns the newest articles.";
|
||||
const MAINTAINER = "qwertygc";
|
||||
const NAME = "Acrimed Bridge";
|
||||
const URI = "http://www.acrimed.org/";
|
||||
const DESCRIPTION = "Returns the newest articles.";
|
||||
|
||||
public function collectData(){
|
||||
|
||||
|
Reference in New Issue
Block a user