info('Time for thinning hasn\'t come'); return; } $this->info('For thinning available ' . StorageCleaner::countAvailableScreenshots() . ' screenshots'); $spaceBefore = StorageCleaner::getUsedSpace(); $this->info('Started thinning...'); StorageCleaner::thin(); $this->info('Totally freed ' . round( ($spaceBefore - StorageCleaner::getUsedSpace()) / 1024 / 1024, 3 ) . 'MB'); } }