diff --git a/composer.json b/composer.json index 5250dc0..54f7632 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "require-dev": { "maglnet/composer-require-checker": "^4.2", "phpunit/phpunit": "^9.5", - "rector/rector": "^0.18.10", + "rector/rector": "^0.19.0", "roave/infection-static-analysis-plugin": "^1.16", "spatie/phpunit-watcher": "^1.23", "vimeo/psalm": "^4.30|^5.14" diff --git a/tests/DataReaderTest.php b/tests/DataReaderTest.php index 8466352..8171276 100644 --- a/tests/DataReaderTest.php +++ b/tests/DataReaderTest.php @@ -219,8 +219,6 @@ public function testCount(): void /** * @dataProvider handlerDataProvider - * @param FilterInterface $filter - * @param string $handler */ public function testHandlerByOperation(FilterInterface $filter, string $handler): void {