diff --git a/composer.json b/composer.json index 57f5a1b6ff9f..e1a7b6d6b2a4 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "phpunit/phpcov": "^9.0.2 || ^10.0", "phpunit/phpunit": "^10.5.16 || ^11.2", "predis/predis": "^3.0", - "rector/rector": "2.4.0", + "rector/rector": "2.4.1", "shipmonk/phpstan-baseline-per-identifier": "^2.0" }, "replace": { diff --git a/tests/system/Events/EventsTest.php b/tests/system/Events/EventsTest.php index 5ec4ae679d3b..bfdef1e2bbe9 100644 --- a/tests/system/Events/EventsTest.php +++ b/tests/system/Events/EventsTest.php @@ -54,9 +54,6 @@ protected function tearDown(): void #[RunInSeparateProcess] public function testInitialize(): void { - /** - * @var Modules $config - */ $config = new Modules(); $config->aliases = [];