Passed
Push — v7 ( 7e6987...38cfdc )
by Georges
01:40
created
lib/Phpfastcache/Helper/Psr16Adapter.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
                 throw new PhpfastcacheLogicException("You can't pass a config parameter along with an non-string '\$driver' parameter.");
49 49
             }
50 50
             $this->internalCacheInstance = $driver;
51
-        }else{
51
+        } else{
52 52
             $this->internalCacheInstance = CacheManager::getInstance($driver, $config);
53 53
         }
54 54
     }
Please login to merge, or discard this patch.