|
@@ -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.