fix: lint

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
pull/47155/head
Git'Fellow 2024-08-09 22:47:32 +07:00 committed by GitHub
parent c6be80a75d
commit 2156a927a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 {