diff --git a/composer.json b/composer.json index 9a2dbd4..bc52e97 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "require-dev": { "maglnet/composer-require-checker": "^4.2", "phpunit/phpunit": "^9.5", - "rector/rector": "^0.19.0", + "rector/rector": "^1.0.0", "roave/infection-static-analysis-plugin": "^1.25", "spatie/phpunit-watcher": "^1.23", "vimeo/psalm": "^4.30|^5.1", diff --git a/src/Target/TargetInterface.php b/src/Target/TargetInterface.php index a7ee1c4..50e22af 100644 --- a/src/Target/TargetInterface.php +++ b/src/Target/TargetInterface.php @@ -35,8 +35,6 @@ public function collect(array $messages): void; /** * Enable or disable target. - * - * @param bool $value */ public function enable(bool $value = true): void; }