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