Completed
Push — v5 ( 48ce1b...2f506e )
by Georges
03:06
created
src/phpFastCache/Proxy/phpFastCacheAbstractProxy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
      * @param string $driver
62 62
      * @param array $config
63 63
      */
64
-    public function __construct($driver  = '', array $config = [])
64
+    public function __construct($driver = '', array $config = [])
65 65
     {
66 66
         $this->instance = CacheManager::getInstance($driver, $config);
67 67
     }
Please login to merge, or discard this patch.