Skip to content

Commit 7ab8680

Browse files
committed
Fixed contracts on the pipeline runner
1 parent 56c1801 commit 7ab8680

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PipelineRunnerInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interface PipelineRunnerInterface
2020
public function run(
2121
\Iterator $source,
2222
\Generator $async,
23-
RejectionInterface $rejection,
24-
StateInterface $state,
23+
StepRejectionInterface $rejection,
24+
StepStateInterface $state,
2525
): \Iterator;
2626
}

0 commit comments

Comments
 (0)