Skip to content

Commit

Permalink
Fixed contracts on the pipeline runner
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat committed Nov 13, 2023
1 parent 56c1801 commit 7ab8680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PipelineRunnerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ interface PipelineRunnerInterface
public function run(

Check failure on line 20 in src/PipelineRunnerInterface.php

View workflow job for this annotation

GitHub Actions / phpstan

Method Kiboko\Contract\Pipeline\PipelineRunnerInterface::run() has parameter $source with no value type specified in iterable type array.

Check failure on line 20 in src/PipelineRunnerInterface.php

View workflow job for this annotation

GitHub Actions / phpstan

Method Kiboko\Contract\Pipeline\PipelineRunnerInterface::run() return type has no value type specified in iterable type array.

Check failure on line 20 in src/PipelineRunnerInterface.php

View workflow job for this annotation

GitHub Actions / phpstan

Method Kiboko\Contract\Pipeline\PipelineRunnerInterface::run() has parameter $source with no value type specified in iterable type array.

Check failure on line 20 in src/PipelineRunnerInterface.php

View workflow job for this annotation

GitHub Actions / phpstan

Method Kiboko\Contract\Pipeline\PipelineRunnerInterface::run() return type has no value type specified in iterable type array.

Check failure on line 20 in src/PipelineRunnerInterface.php

View workflow job for this annotation

GitHub Actions / phpstan

Method Kiboko\Contract\Pipeline\PipelineRunnerInterface::run() has parameter $source with no value type specified in iterable type array.

Check failure on line 20 in src/PipelineRunnerInterface.php

View workflow job for this annotation

GitHub Actions / phpstan

Method Kiboko\Contract\Pipeline\PipelineRunnerInterface::run() return type has no value type specified in iterable type array.
\Iterator $source,
\Generator $async,
RejectionInterface $rejection,
StateInterface $state,
StepRejectionInterface $rejection,
StepStateInterface $state,
): \Iterator;
}

0 comments on commit 7ab8680

Please sign in to comment.