Skip to content

Commit

Permalink
Added the JobCode to the SchedulingInterface::job() method arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat committed Nov 14, 2023
1 parent 9dbbb64 commit d56df80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SchedulingInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@

interface SchedulingInterface
{
public function job(JobCodeInterface $job, RunnableInterface $job): self;
public function job(JobCodeInterface $job, RunnableInterface $runnable): self;
}

0 comments on commit d56df80

Please sign in to comment.