Overrides EnvironmentCleanerInterface::cleanDatabase
public function cleanDatabase() : void { $count = $this->doCleanDatabase(); if ($count > 0) { $this->output ->write('Leftover tables removed: ' . $count); } else { $this->output ->write('No leftover tables to remove.'); } }