From 4dbf1d106c910d1ff24d6b13c3eaca751727588a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20H=C3=A4u=C3=9Fler?= Date: Sat, 18 Nov 2023 20:56:52 +0100 Subject: [PATCH] [TASK] Reflect type from upstream library --- Classes/Crawler/Strategy/CrawlingStrategyFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/Crawler/Strategy/CrawlingStrategyFactory.php b/Classes/Crawler/Strategy/CrawlingStrategyFactory.php index e70d2500..c8ce2bfa 100644 --- a/Classes/Crawler/Strategy/CrawlingStrategyFactory.php +++ b/Classes/Crawler/Strategy/CrawlingStrategyFactory.php @@ -51,7 +51,7 @@ public function get(string $strategy): ?CacheWarmup\Crawler\Strategy\CrawlingStr } /** - * @return array + * @return array */ public function getAll(): array {