|
@@ -67,7 +67,7 @@ |
|
|
block discarded – undo |
|
67
|
67
|
} |
|
68
|
68
|
|
|
69
|
69
|
protected function execute(InputInterface $input, OutputInterface $output): int { |
|
70
|
|
- $jobs = $this->jobList->getJobsIterator($input->getOption('class'), (int)$input->getOption('limit'), (int)$input->getOption('offset')); |
|
|
70
|
+ $jobs = $this->jobList->getJobsIterator($input->getOption('class'), (int) $input->getOption('limit'), (int) $input->getOption('offset')); |
|
71
|
71
|
$this->writeTableInOutputFormat($input, $output, $this->formatJobs($jobs)); |
|
72
|
72
|
return 0; |
|
73
|
73
|
} |
Please login to merge, or discard this patch.