Passed
Push — master ( 5e090d...dbfe7b )
by Blizzz
16:19 queued 13s
created
core/Command/Background/ListCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.