critical($prefix . 'Unable to save file to ' . $destination); return Command::FAILURE; } if ($log) { $logger->info($prefix . 'Done!'); return Command::SUCCESS; } $output->writeln($prefix . 'Done!'); return Command::SUCCESS; } }