mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-23 23:16: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(){
|
public function getExtraInfos(){
|
||||||
$ExtraInfos = array();
|
$extraInfos = array();
|
||||||
$ExtraInfos['name']= $this->getName();
|
$extraInfos['name']= $this->getName();
|
||||||
$ExtraInfos['uri']= $this->getURI();
|
$extraInfos['uri']= $this->getURI();
|
||||||
return $ExtraInfos;
|
return $extraInfos;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setCache(\CacheInterface $cache){
|
public function setCache(\CacheInterface $cache){
|
||||||
|
Loading…
Reference in New Issue
Block a user