diff --git a/composer.json b/composer.json index e1a7b6d6b2a4..ea3bf5391bad 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.1", + "rector/rector": "2.4.2", "shipmonk/phpstan-baseline-per-identifier": "^2.0" }, "replace": { diff --git a/system/Config/Services.php b/system/Config/Services.php index 3878911c8cbf..cef65a8895a9 100644 --- a/system/Config/Services.php +++ b/system/Config/Services.php @@ -698,7 +698,6 @@ public static function session(?SessionConfig $config = null, bool $getShared = )); } - /** @var SessionBaseHandler $driver */ $driver = new $driverName($config, AppServices::get('request')->getIPAddress()); $driver->setLogger($logger);