Skip to content

Commit d56df80

Browse files
committed
Added the JobCode to the SchedulingInterface::job() method arguments
1 parent 9dbbb64 commit d56df80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SchedulingInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88

99
interface SchedulingInterface
1010
{
11-
public function job(JobCodeInterface $job, RunnableInterface $job): self;
11+
public function job(JobCodeInterface $job, RunnableInterface $runnable): self;
1212
}

0 commit comments

Comments
 (0)