mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-15 07:02:30 +02:00
[Bridge] Don't return object instance with 'setCache'
This commit is contained in:
parent
429126e18a
commit
9021a4b7cc
1 changed files with 0 additions and 2 deletions
|
@ -77,8 +77,6 @@ abstract class BridgeAbstract implements BridgeInterface {
|
||||||
|
|
||||||
public function setCache(\CacheAbstract $cache){
|
public function setCache(\CacheAbstract $cache){
|
||||||
$this->cache = $cache;
|
$this->cache = $cache;
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function message($text){
|
public function message($text){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue