]> source.dussan.org Git - nextcloud-server.git/commitdiff
Make adjustments based on the review 39184/head
authorHamid Dehnavi <hamid.dev.pro@gmail.com>
Fri, 7 Jul 2023 09:54:04 +0000 (13:24 +0330)
committerJohn Molakvoæ <skjnldsv@users.noreply.github.com>
Fri, 23 Feb 2024 15:57:54 +0000 (16:57 +0100)
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at>
core/Command/Background/Job.php

index aa54d4ce482cdbd2613022f5ab0a7f11d7f7e0de..0c64a05e2a7c09ec21bd0e6e45529bd0b8d02376 100644 (file)
@@ -58,9 +58,6 @@ class Job extends Command {
                ;
        }
 
-       /**
-        * @throws \ReflectionException
-        */
        protected function execute(InputInterface $input, OutputInterface $output): int {
                $jobId = (int) $input->getArgument('job-id');