Completed
Push — master ( f13f69...6d1f4b )
by Antarès
02:53
created
lib/Accessible/Configuration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.