From 5c64528336d2744b1a969f448a60147f55390492 Mon Sep 17 00:00:00 2001 From: Hamid Dehnavi Date: Fri, 7 Jul 2023 02:25:55 +0330 Subject: Make adjustments based on the review Signed-off-by: Hamid Dehnavi Co-authored-by: Christoph Wurst --- core/Command/Background/Job.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/Command') diff --git a/core/Command/Background/Job.php b/core/Command/Background/Job.php index dfa413b958b..aa54d4ce482 100644 --- a/core/Command/Background/Job.php +++ b/core/Command/Background/Job.php @@ -105,9 +105,6 @@ class Job extends Command { return 0; } - /** - * @throws \ReflectionException - */ protected function printJobInfo(int $jobId, IJob $job, OutputInterface $output): void { $row = $this->jobList->getDetailsById($jobId); -- cgit v1.2.3