File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public function build(Builder $builder): array
50
50
'params ' => [
51
51
new Node \Param (
52
52
var: new Node \Expr \Variable ('runtime ' ),
53
- type: new Node \Name \FullyQualified ('Kiboko \\Component \\Runtime \\Workflow \\Console ' ),
53
+ type: new Node \Name \FullyQualified ('Kiboko \\Component \\Runtime \\Workflow \\WorkflowRuntimeInterface ' ),
54
54
),
55
55
],
56
56
'stmts ' => [
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ private function compileWorkflow(array $config): Satellite\Builder\Repository\Wo
257
257
/** @var WorkflowRuntimeInterface $runtime */
258
258
$runtime = require __DIR__ . '/runtime.php';
259
259
260
- /** @var callable(runtime: WorkflowConsoleRuntime ): WorkflowConsoleRuntime $workflow */
260
+ /** @var callable(runtime: WorkflowRuntimeInterface ): WorkflowRuntimeInterface $workflow */
261
261
$workflow = require __DIR__ . '/workflow.php';
262
262
263
263
chdir(__DIR__);
You can’t perform that action at this time.
0 commit comments