Passed
Branch master (448315)
by Antarès
03:12 queued 23s
created
lib/Accessible/Configuration.php 2 patches
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -155,10 +155,10 @@
 block discarded – undo
155 155
     }
156 156
 
157 157
     /**
158
-    * Get the cache driver that will be used.
159
-    *
160
-    * @return Cache The cache driver.
161
-    */
158
+     * Get the cache driver that will be used.
159
+     *
160
+     * @return Cache The cache driver.
161
+     */
162 162
     public static function getCacheDriver()
163 163
     {
164 164
         return self::$cacheDriver;
Please login to merge, or discard this 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.