fix(bg-jobs): cs:fix

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
pull/30359/head
Marcel Klehr 5 months ago committed by Julien Veyssier
parent 352d79deee
commit 9a3b341932
No known key found for this signature in database
GPG Key ID: 4141FEE162030638

@ -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…
Cancel
Save