Completed
Push — v5 ( 9120d0...3fd0ee )
by Georges
02:35
created
src/phpFastCache/Drivers/Files/Driver.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -278,8 +278,8 @@
 block discarded – undo
278 278
         }
279 279
 
280 280
         $stat->setData('')
281
-          ->setSize($size)
282
-          ->setInfo('Number of files used to build the cache: ' . Directory::getFileCount($path));
281
+            ->setSize($size)
282
+            ->setInfo('Number of files used to build the cache: ' . Directory::getFileCount($path));
283 283
 
284 284
         return $stat;
285 285
     }
Please login to merge, or discard this patch.