]> source.dussan.org Git - nextcloud-server.git/commitdiff
Make adjustments based on the review
authorHamid Dehnavi <hamid.dev.pro@gmail.com>
Thu, 6 Jul 2023 22:55:55 +0000 (02:25 +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 dfa413b958b9c85106c5956a2eab8c7090517b44..aa54d4ce482cdbd2613022f5ab0a7f11d7f7e0de 100644 (file)
@@ -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);