From 07f664b2fa80425c7bed691e2dd2dd1ee39eb972 Mon Sep 17 00:00:00 2001 From: logmanoriginal Date: Wed, 24 Aug 2016 18:32:31 +0200 Subject: [PATCH] [Bridge] Remove duplicate definition of member variables --- lib/Bridge.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/Bridge.php b/lib/Bridge.php index 3ac5cd2..dd8fa22 100644 --- a/lib/Bridge.php +++ b/lib/Bridge.php @@ -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');