Completed
Push — final ( 35256a...c76c93 )
by Georges
04:15 queued 01:33
created
src/phpFastCache/Drivers/Predis/Driver.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@
 block discarded – undo
136 136
 
137 137
         try{
138 138
             $this->instance->connect();
139
-        }catch(PredisConnectionException $e){
139
+        } catch(PredisConnectionException $e){
140 140
             throw new phpFastCacheDriverException('Failed to connect to predis server', 0, $e);
141 141
         }
142 142
 
Please login to merge, or discard this patch.