Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: lint
Signed-off-by: Git'Fellow <[email protected]>
  • Loading branch information
solracsf authored and backportbot[bot] committed Sep 4, 2024
commit 4b55a4dc1d31e4af4fec47c2da339f749f5016b8
2 changes: 1 addition & 1 deletion lib/private/BackgroundJob/JobList.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __construct(
protected IConfig $config,
protected ITimeFactory $timeFactory,
protected LoggerInterface $logger
) {
) {
}

public function add($job, $argument = null, ?int $firstCheck = null): void {
Expand Down