timesheetService->stopAll(); if (!$output->isQuiet()) { $io = new SymfonyStyle($input, $output); $io->success(\sprintf('Stopped %s timesheet records.', $amount)); } return Command::SUCCESS; } }