From e08c36f9e700f68276a968d206a57eabcbdb2adf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 18:01:35 +0000 Subject: [PATCH 1/2] Update dependency phpunit/phpunit to ^11.5.3 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 11.5.2 | 11.5.3 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From 823d88fc9c311981e8b592991a1158e1e5d90662 Mon Sep 17 00:00:00 2001 From: Filippo Tessarotto Date: Wed, 15 Jan 2025 07:04:25 +0100 Subject: [PATCH 2/2] SA Fix --- phpstan-baseline.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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