From d46cac207c40e5b539afeb9f59bb9a045e2f7a4b Mon Sep 17 00:00:00 2001 From: TomasVotruba Date: Tue, 7 Oct 2025 00:23:59 +0000 Subject: [PATCH 1/2] [automated] Update Rector Dependencies --- composer.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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", From 709cb9b96c3b32857885b93c44bcfcb23bd2cae6 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 7 Oct 2025 00:24:38 +0000 Subject: [PATCH 2/2] [rector] Rector fixes --- src/Controller/Stats/FindRuleStatsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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