From 9021a4b7cc910f94ca2939300b6b3ff233bbe03d Mon Sep 17 00:00:00 2001 From: logmanoriginal Date: Wed, 24 Aug 2016 20:17:26 +0200 Subject: [PATCH] [Bridge] Don't return object instance with 'setCache' --- lib/Bridge.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Bridge.php b/lib/Bridge.php index 7f4f1bdc..0779aa58 100644 --- a/lib/Bridge.php +++ b/lib/Bridge.php @@ -77,8 +77,6 @@ abstract class BridgeAbstract implements BridgeInterface { public function setCache(\CacheAbstract $cache){ $this->cache = $cache; - - return $this; } public function message($text){