We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7896d4e commit 3072746Copy full SHA for 3072746
ResourceCheckerConfigCache.php
@@ -29,13 +29,13 @@ class ResourceCheckerConfigCache implements ConfigCacheInterface
29
private $file;
30
31
/**
32
- * @var iterable<int, ResourceCheckerInterface>
+ * @var iterable<mixed, ResourceCheckerInterface>
33
*/
34
private $resourceCheckers;
35
36
37
- * @param string $file The absolute cache path
38
- * @param iterable<int, ResourceCheckerInterface> $resourceCheckers The ResourceCheckers to use for the freshness check
+ * @param string $file The absolute cache path
+ * @param iterable<mixed, ResourceCheckerInterface> $resourceCheckers The ResourceCheckers to use for the freshness check
39
40
public function __construct(string $file, iterable $resourceCheckers = [])
41
{
0 commit comments