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