mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 15:47:32 +02:00
[Bridge] Remove duplicate definition of member variables
This commit is contained in:
@@ -338,10 +338,6 @@ class Bridge{
|
||||
|
||||
abstract class RssExpander extends HttpCachingBridgeAbstract{
|
||||
|
||||
public $name;
|
||||
public $uri;
|
||||
public $description;
|
||||
|
||||
public function collectExpandableDatas(array $param, $name){
|
||||
if (empty($name)) {
|
||||
$this->returnServerError('There is no $name for this RSS expander');
|
||||
|
Reference in New Issue
Block a user