aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Background
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2023-12-21 12:11:08 +0100
committerJulien Veyssier <julien-nc@posteo.net>2024-05-02 16:43:41 +0200
commit9a3b341932b64e811fb043204c3f47cb8c62deb3 (patch)
treec474a2b24cb2fa78cf732629a6c04287ba9db1c0 /core/Command/Background
parent352d79deeeb12e4544d1b7e9f791a3c11afc12e4 (diff)
downloadnextcloud-server-9a3b341932b64e811fb043204c3f47cb8c62deb3.tar.gz
nextcloud-server-9a3b341932b64e811fb043204c3f47cb8c62deb3.zip
fix(bg-jobs): cs:fix
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Diffstat (limited to 'core/Command/Background')
-rw-r--r--core/Command/Background/JobWorker.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/Command/Background/JobWorker.php b/core/Command/Background/JobWorker.php
index 8fb7ed139f6..995bb1a3fd7 100644
--- a/core/Command/Background/JobWorker.php
+++ b/core/Command/Background/JobWorker.php
@@ -26,17 +26,13 @@ declare(strict_types=1);
namespace OC\Core\Command\Background;
use OC\Core\Command\InterruptedException;
-use OCP\BackgroundJob\IJobList;
use OCP\ITempManager;
-use Psr\Log\LoggerInterface;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
class JobWorker extends JobBase {
- private array $executedJobs = [];
-
protected function configure(): void {
parent::configure();