Completed
Push — master ( 2cb775...11c7b1 )
by Georges
45s queued 43s
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.