Completed
Push — v5 ( d83136...3408cd )
by Georges
02:36
created
src/phpFastCache/Drivers/Files/Driver.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -290,9 +290,9 @@
 block discarded – undo
290 290
         }
291 291
         
292 292
         $stat->setData(implode(', ', array_keys($this->itemInstances)))
293
-          ->setRawData($this->itemInstances)
294
-          ->setSize(Directory::dirSize($path))
295
-          ->setInfo('Number of files used to build the cache: ' . Directory::getFileCount($path));
293
+            ->setRawData($this->itemInstances)
294
+            ->setSize(Directory::dirSize($path))
295
+            ->setInfo('Number of files used to build the cache: ' . Directory::getFileCount($path));
296 296
 
297 297
         return $stat;
298 298
     }
Please login to merge, or discard this patch.