mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-22 22:46:53 +00:00
lowercase variable name's first letter in func getExtraInfo
This commit is contained in:
parent
0f79c62567
commit
b98b2a7118
@ -196,10 +196,10 @@ abstract class BridgeAbstract implements BridgeInterface {
|
||||
}
|
||||
|
||||
public function getExtraInfos(){
|
||||
$ExtraInfos = array();
|
||||
$ExtraInfos['name']= $this->getName();
|
||||
$ExtraInfos['uri']= $this->getURI();
|
||||
return $ExtraInfos;
|
||||
$extraInfos = array();
|
||||
$extraInfos['name']= $this->getName();
|
||||
$extraInfos['uri']= $this->getURI();
|
||||
return $extraInfos;
|
||||
}
|
||||
|
||||
public function setCache(\CacheInterface $cache){
|
||||
|
Loading…
Reference in New Issue
Block a user