diff --git a/composer.json b/composer.json index 8df23333..57b97e62 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "phpunit/php-code-coverage": "^11.0.8", "phpunit/php-file-iterator": "^5.1.0", "phpunit/php-timer": "^7.0.1", - "phpunit/phpunit": "^11.5.2", + "phpunit/phpunit": "^11.5.3", "sebastian/environment": "^7.2.0", "symfony/console": "^6.4.14 || ^7.2.1", "symfony/process": "^6.4.14 || ^7.2.0" diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 2d462358..14585974 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -115,7 +115,7 @@ parameters: path: src/WrapperRunner/WrapperRunner.php - - message: '#^Parameter \#4 \$testErroredEvents of class PHPUnit\\TestRunner\\TestResult\\TestResult constructor expects list\, array given\.$#' + message: '#^Parameter \#4 \$testErroredEvents of class PHPUnit\\TestRunner\\TestResult\\TestResult constructor expects list\, array given\.$#' identifier: argument.type count: 1 path: src/WrapperRunner/WrapperRunner.php