|
@@ -139,7 +139,7 @@ |
|
|
block discarded – undo |
|
139
|
139
|
* @param Cache $cache The cache driver. |
|
140
|
140
|
* @param string $namespace The cache namespace. |
|
141
|
141
|
*/ |
|
142
|
|
- private static function setCache(Cache &$cacheToChange = null, Cache $cache = null, $namespace = null) |
|
|
142
|
+ private static function setCache(Cache & $cacheToChange = null, Cache $cache = null, $namespace = null) |
|
143
|
143
|
{ |
|
144
|
144
|
if ($namespace === null) { |
|
145
|
145
|
$namespace = self::$cacheDefaultNamespace; |
Please login to merge, or discard this patch.