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 c7225e0 commit d2be591Copy full SHA for d2be591
src/SchedulingInterface.php
@@ -0,0 +1,13 @@
1
+<?php
2
+
3
+declare(strict_types=1);
4
5
+namespace Kiboko\Contract\Satellite;
6
7
+use Kiboko\Contract\Satellite\CodeInterface;
8
+use Kiboko\Contract\Satellite\RunnableInterface;
9
10
+interface SchedulingInterface
11
+{
12
+ public function job(CodeInterface $job, RunnableInterface $runnable): self;
13
+}
0 commit comments