From: Hamid Dehnavi Date: Fri, 7 Jul 2023 09:54:04 +0000 (+0330) Subject: Make adjustments based on the review X-Git-Tag: v29.0.0beta1~129^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=706231438eed9e8261133df4b772a86d480dcfa0;p=nextcloud-server.git Make adjustments based on the review Signed-off-by: Hamid Dehnavi Co-authored-by: Christoph Wurst --- 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');