mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-02 06:40:23 +02:00
[Bridge] Remove unused variable
This commit is contained in:
@@ -199,7 +199,6 @@ abstract class BridgeAbstract implements BridgeInterface {
|
|||||||
if(!is_array($data))
|
if(!is_array($data))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
$validated=true;
|
|
||||||
foreach($data as $name=>$value){
|
foreach($data as $name=>$value){
|
||||||
$registered = false;
|
$registered = false;
|
||||||
foreach(static::PARAMETERS as $context=>$set){
|
foreach(static::PARAMETERS as $context=>$set){
|
||||||
|
Reference in New Issue
Block a user