mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix(bg-jobs): cs:fix
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
352d79deee
commit
9a3b341932
1 changed files with 0 additions and 4 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue