We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dbbb64 commit d56df80Copy full SHA for d56df80
src/SchedulingInterface.php
@@ -8,5 +8,5 @@
8
9
interface SchedulingInterface
10
{
11
- public function job(JobCodeInterface $job, RunnableInterface $job): self;
+ public function job(JobCodeInterface $job, RunnableInterface $runnable): self;
12
}
0 commit comments