Skip to content

Commit b23f415

Browse files
authored
Merge pull request #10091 from codeigniter4/dependabot/composer/composer-dependencies-a956dfbda2
chore(deps-dev): update rector/rector requirement from 2.4.0 to 2.4.1 in the composer-dependencies group
2 parents 1948aae + 0bf518e commit b23f415

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"phpunit/phpcov": "^9.0.2 || ^10.0",
2929
"phpunit/phpunit": "^10.5.16 || ^11.2",
3030
"predis/predis": "^3.0",
31-
"rector/rector": "2.4.0",
31+
"rector/rector": "2.4.1",
3232
"shipmonk/phpstan-baseline-per-identifier": "^2.0"
3333
},
3434
"replace": {

tests/system/Events/EventsTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ protected function tearDown(): void
5454
#[RunInSeparateProcess]
5555
public function testInitialize(): void
5656
{
57-
/**
58-
* @var Modules $config
59-
*/
6057
$config = new Modules();
6158
$config->aliases = [];
6259

0 commit comments

Comments
 (0)