Completed
Push — v5 ( d83136...3408cd )
by Georges
02:36
created
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.