Skip to content

Commit

Permalink
Fixed ContentIdListGeneratorStrategyInterface::getGenerator type hint
Browse files Browse the repository at this point in the history
Co-authored-by: Paweł Niedzielski <[email protected]>
  • Loading branch information
alongosz and Steveb-p authored Feb 8, 2024
1 parent e596941 commit 503bde7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
interface ContentIdListGeneratorStrategyInterface
{
/**
* @return \Generator<int, int[]>
* @return \Generator<int, array<int>>
*/
public function getGenerator(InputInterface $input, int $iterationCount): Generator;

Expand Down

0 comments on commit 503bde7

Please sign in to comment.