From 503bde7ffeeae251da530b93d6a360d3bf0b9b89 Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Thu, 8 Feb 2024 14:58:21 +0100 Subject: [PATCH] Fixed ContentIdListGeneratorStrategyInterface::getGenerator type hint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Paweł Niedzielski --- .../Command/Indexer/ContentIdListGeneratorStrategyInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bundle/Core/Command/Indexer/ContentIdListGeneratorStrategyInterface.php b/src/bundle/Core/Command/Indexer/ContentIdListGeneratorStrategyInterface.php index 541288291e..83e49a1673 100644 --- a/src/bundle/Core/Command/Indexer/ContentIdListGeneratorStrategyInterface.php +++ b/src/bundle/Core/Command/Indexer/ContentIdListGeneratorStrategyInterface.php @@ -17,7 +17,7 @@ interface ContentIdListGeneratorStrategyInterface { /** - * @return \Generator + * @return \Generator> */ public function getGenerator(InputInterface $input, int $iterationCount): Generator;