diff --git a/composer.lock b/composer.lock index 059e76122..b3a32d406 100644 --- a/composer.lock +++ b/composer.lock @@ -3426,12 +3426,12 @@ "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "3c5a641c39f2def0c93d36df118fb2e75cfc2aae" + "reference": "13c172cfa0610e840fdabf4d716834cacbe84e72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/3c5a641c39f2def0c93d36df118fb2e75cfc2aae", - "reference": "3c5a641c39f2def0c93d36df118fb2e75cfc2aae", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/13c172cfa0610e840fdabf4d716834cacbe84e72", + "reference": "13c172cfa0610e840fdabf4d716834cacbe84e72", "shasum": "" }, "require": { @@ -3471,7 +3471,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.2.0" + "source": "https://github.com/rectorphp/rector/tree/main" }, "funding": [ { @@ -3479,7 +3479,7 @@ "type": "github" } ], - "time": "2025-10-06T12:18:16+00:00" + "time": "2025-10-06T22:23:52+00:00" }, { "name": "samsonasik/array-lookup", diff --git a/src/Controller/Stats/FindRuleStatsController.php b/src/Controller/Stats/FindRuleStatsController.php index 4df6b6c1c..e9af65e43 100644 --- a/src/Controller/Stats/FindRuleStatsController.php +++ b/src/Controller/Stats/FindRuleStatsController.php @@ -51,7 +51,7 @@ public function __invoke(): View } /** - * @param mixed[] $items + * @param mixed[][] $items * @return mixed[] */ private function getArrayFlattenKey(array $items, string $keyName): array