From 706231438eed9e8261133df4b772a86d480dcfa0 Mon Sep 17 00:00:00 2001 From: Hamid Dehnavi Date: Fri, 7 Jul 2023 13:24:04 +0330 Subject: [PATCH] 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(-) diff --git a/core/Command/Background/Job.php b/core/Command/Background/Job.php index aa54d4ce482..0c64a05e2a7 100644 --- a/core/Command/Background/Job.php +++ b/core/Command/Background/Job.php @@ -58,9 +58,6 @@ class Job extends Command { ; } - /** - * @throws \ReflectionException - */ protected function execute(InputInterface $input, OutputInterface $output): int { $jobId = (int) $input->getArgument('job-id'); -- 2.39.5