Skip to content

Commit 2e752f6

Browse files
committed
Fixing PHPStan level 9 issues
1 parent 0b9624d commit 2e752f6

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
@@ -12,11 +12,11 @@ interface PipelineRunnerInterface
1212
* @template InputType
1313
* @template OutputType
1414
*
15-
* @param \Iterator<positive-int, InputType|null> $source
15+
* @param \Iterator<int, InputType|null> $source
1616
* @param \Generator<int, ResultBucketInterface<InputType>, InputType|null, void> $coroutine
1717
* @param StepRejectionInterface<InputType> $rejection
1818
* @param StepStateInterface $state
19-
* @return \Iterator<positive-int, ResultBucketInterface<OutputType>|null>
19+
* @return \Iterator<int, ResultBucketInterface<OutputType>|null>
2020
*/
2121
public function run(
2222
\Iterator $source,

0 commit comments

Comments
 (0)