We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1948aae + 0bf518e commit b23f415Copy full SHA for b23f415
composer.json
@@ -28,7 +28,7 @@
28
"phpunit/phpcov": "^9.0.2 || ^10.0",
29
"phpunit/phpunit": "^10.5.16 || ^11.2",
30
"predis/predis": "^3.0",
31
- "rector/rector": "2.4.0",
+ "rector/rector": "2.4.1",
32
"shipmonk/phpstan-baseline-per-identifier": "^2.0"
33
},
34
"replace": {
tests/system/Events/EventsTest.php
@@ -54,9 +54,6 @@ protected function tearDown(): void
54
#[RunInSeparateProcess]
55
public function testInitialize(): void
56
{
57
- /**
58
- * @var Modules $config
59
- */
60
$config = new Modules();
61
$config->aliases = [];
62
0 commit comments