diff options
author | Git'Fellow <12234510+solracsf@users.noreply.github.com> | 2024-08-09 22:47:32 +0200 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2024-09-04 07:37:09 +0000 |
commit | 89c71aa27d60b5ec919034879b6b01854541fa82 (patch) | |
tree | 3c062ea7dcf3a6352fd2381ff11b5e4050be512c /lib/private/BackgroundJob | |
parent | 6659ee4cf6eba2d779225f62b66aff34aae09acd (diff) | |
download | nextcloud-server-89c71aa27d60b5ec919034879b6b01854541fa82.tar.gz nextcloud-server-89c71aa27d60b5ec919034879b6b01854541fa82.zip |
fix: lint
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Diffstat (limited to 'lib/private/BackgroundJob')
-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 92fe544ed3a..37fa65797c2 100644 --- a/lib/private/BackgroundJob/JobList.php +++ b/lib/private/BackgroundJob/JobList.php @@ -52,7 +52,7 @@ class JobList implements IJobList { protected IConfig $config, protected ITimeFactory $timeFactory, protected LoggerInterface $logger - ) { + ) { } public function add($job, $argument = null, ?int $firstCheck = null): void { |