Completed
Push — master ( 4f1c15...e11e86 )
by Georges
11s
created
lib/Phpfastcache/Core/Pool/DriverBaseTrait.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
 
73 73
         try{
74 74
             $this->driverConnect();
75
-        }catch(\Exception $e){
75
+        } catch(\Exception $e){
76 76
             throw new PhpfastcacheDriverConnectException(\sprintf(
77 77
                 self::DRIVER_CONNECT_FAILURE,
78 78
                 $this->getDriverName(),
Please login to merge, or discard this patch.