Completed
Push — v5 ( d83136...3408cd )
by Georges
02:36
created
src/phpFastCache/Drivers/Ssdb/Driver.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -167,7 +167,7 @@
 block discarded – undo
167 167
             } else {
168 168
                 return true;
169 169
             }
170
-        }catch(SSDBException $e){
170
+        } catch(SSDBException $e){
171 171
             throw new phpFastCacheDriverException('Ssdb failed to connect with error: '. $e->getMessage(), 0 , $e);
172 172
         }
173 173
     }
Please login to merge, or discard this patch.
src/phpFastCache/Util/Directory.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,8 +32,7 @@
 block discarded – undo
32 32
             if($file->isFile())
33 33
             {
34 34
                 $size += filesize($file->getRealPath());
35
-            }
36
-            else if($includeDirAllocSize)
35
+            } else if($includeDirAllocSize)
37 36
             {
38 37
                 $size += $file->getSize();
39 38
             }
Please login to merge, or discard this patch.