Skip to content

Commit

Permalink
[TASK] Reflect type from upstream library
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Nov 18, 2023
1 parent b73907a commit 4dbf1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Crawler/Strategy/CrawlingStrategyFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function get(string $strategy): ?CacheWarmup\Crawler\Strategy\CrawlingStr
}

/**
* @return array<non-empty-string, CacheWarmup\Crawler\Strategy\CrawlingStrategy>
* @return array<string, CacheWarmup\Crawler\Strategy\CrawlingStrategy>
*/
public function getAll(): array
{
Expand Down

0 comments on commit 4dbf1d1

Please sign in to comment.