fix: lint

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
This commit is contained in:
Git'Fellow 2024-08-09 22:47:32 +02:00 committed by backportbot[bot]
parent 07a269cea4
commit 4b55a4dc1d

View file

@ -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 {