aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command
diff options
context:
space:
mode:
authorHamid Dehnavi <hamid.dev.pro@gmail.com>2023-07-07 02:25:55 +0330
committerJohn Molakvoæ <skjnldsv@users.noreply.github.com>2024-02-23 16:57:54 +0100
commit5c64528336d2744b1a969f448a60147f55390492 (patch)
treef91fccf876595329226bca5fd0563b16a8b76337 /core/Command
parent7dc304db02e2c7f7954f150bc7953db11e6bbc99 (diff)
downloadnextcloud-server-5c64528336d2744b1a969f448a60147f55390492.tar.gz
nextcloud-server-5c64528336d2744b1a969f448a60147f55390492.zip
Make adjustments based on the review
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/Command')
-rw-r--r--core/Command/Background/Job.php3
1 files changed, 0 insertions, 3 deletions
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);