@@ -292,9 +292,9 @@ |
||
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 | } |