mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
fix: lint
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
This commit is contained in:
parent
07a269cea4
commit
4b55a4dc1d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue