diff options
author | Git'Fellow <12234510+solracsf@users.noreply.github.com> | 2024-08-09 22:47:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-09 22:47:32 +0200 |
commit | 2156a927a3046d248d9e2f7e3621ded845e94f45 (patch) | |
tree | fa38aeae2760553e2eb1de44834d3ebd46aa8bf1 | |
parent | c6be80a75d6fd85b63e71e09e421b50a6b9d3724 (diff) | |
download | nextcloud-server-2156a927a3046d248d9e2f7e3621ded845e94f45.tar.gz nextcloud-server-2156a927a3046d248d9e2f7e3621ded845e94f45.zip |
fix: lint
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
-rw-r--r-- | lib/private/BackgroundJob/JobList.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |