diff --git a/lib/private/BackgroundJob/JobList.php b/lib/private/BackgroundJob/JobList.php index 44c538dbce6..3978ae635f7 100644 --- a/lib/private/BackgroundJob/JobList.php +++ b/lib/private/BackgroundJob/JobList.php @@ -29,7 +29,7 @@ class JobList implements IJobList { protected IConfig $config, protected ITimeFactory $timeFactory, protected LoggerInterface $logger - ) { + ) { } public function add($job, $argument = null, ?int $firstCheck = null): void {