Skip to content

Commit 3581aa1

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: (27 commits) feat: add completion for DebugAutowiring search argument [Routing] Add support for aliasing routes [DependencyInjection] only allow `ReflectionNamedType` for `ServiceSubscriberTrait` Fix CS [Console] Open CompleteCommand for custom outputs [Intl] Update the ICU data to 70.1 [Messenger] Add completion for failed messages commands. Fix tests Fixing missing full_stack variable that's needed by toolbar.html.twig [PropertyInfo] Bump phpstan/phpdoc-parser [Security] Backport type fixes [VarExporter] escape unicode chars involved in directionality [Framework] Add completion to debug:container [Messenger] Add completion to command messenger:consume [Intl] Update the ICU data to 70.1 Fix more generic types Default access_decision_manager.strategy option with merge. Fix typos Update validators.ca.xlf Add missing Validator translations for Estonian ... Signed-off-by: Alexander M. Turek <[email protected]>
2 parents d1200c1 + 3072746 commit 3581aa1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ResourceCheckerConfigCache.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ class ResourceCheckerConfigCache implements ConfigCacheInterface
2626
private string $file;
2727

2828
/**
29-
* @var iterable<int, ResourceCheckerInterface>
29+
* @var iterable<mixed, ResourceCheckerInterface>
3030
*/
3131
private iterable $resourceCheckers;
3232

3333
/**
34-
* @param string $file The absolute cache path
35-
* @param iterable<int, ResourceCheckerInterface> $resourceCheckers The ResourceCheckers to use for the freshness check
34+
* @param string $file The absolute cache path
35+
* @param iterable<mixed, ResourceCheckerInterface> $resourceCheckers The ResourceCheckers to use for the freshness check
3636
*/
3737
public function __construct(string $file, iterable $resourceCheckers = [])
3838
{

0 commit comments

Comments
 (0)