From 1dbf8b2360afb7c212cda0c67a67202aa52bfd55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Badet=20Aur=C3=A9lien?= Date: Wed, 30 Nov 2016 18:33:12 +0100 Subject: [PATCH] Update BridgeAbstract.php --- lib/BridgeAbstract.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/BridgeAbstract.php b/lib/BridgeAbstract.php index f7aa9e79..7c885bce 100644 --- a/lib/BridgeAbstract.php +++ b/lib/BridgeAbstract.php @@ -16,7 +16,7 @@ abstract class BridgeAbstract implements BridgeInterface { protected $inputs = array(); protected $queriedContext = ''; - /** + /** * Return cachable datas (extrainfos and items) stored in the bridge * @return mixed */ @@ -217,7 +217,7 @@ abstract class BridgeAbstract implements BridgeInterface { $extraInfos['uri']= $this->getURI(); return $extraInfos; } - + public function setCache(\CacheInterface $cache){ $this->cache = $cache; }