From 55d9714541a73f92453c40933b65bd0cff2c9479 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 13:41:31 +0000 Subject: [PATCH 1/2] Update dependency phpstan/phpstan to ^2.1.23 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpstan/phpstan | 2.1.22 | 2.1.23 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b8e3164..a8b3091 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "php": "~8.3.0 || ~8.4.0" }, "require-dev": { - "phpstan/phpstan": "^2.1.22", + "phpstan/phpstan": "^2.1.23", "phpstan/phpstan-phpunit": "^2.0.7", "phpstan/phpstan-strict-rules": "^2.0.6", "phpunit/phpunit": "^12.3.8", From 7640d0b47026ac6fc7fb551d9ab903cb076274d3 Mon Sep 17 00:00:00 2001 From: Filippo Tessarotto Date: Thu, 11 Sep 2025 09:04:18 +0200 Subject: [PATCH 2/2] PHPStan fix --- composer.json | 2 +- phpstan-baseline.neon | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a8b3091..850c7c7 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "phpstan/phpstan": "^2.1.23", "phpstan/phpstan-phpunit": "^2.0.7", "phpstan/phpstan-strict-rules": "^2.0.6", - "phpunit/phpunit": "^12.3.8", + "phpunit/phpunit": "^12.3.9", "slam/php-cs-fixer-extensions": "^3.12", "symfony/console": "^7.3.3" }, diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 23048c2..1863819 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -7,7 +7,7 @@ parameters: path: lib/ErrorHandler.php - - message: '#^Parameter \#2 \$array of function implode expects array\|null, mixed given\.$#' + message: '#^Parameter \#2 \$array of function implode expects array, mixed given\.$#' identifier: argument.type count: 1 path: lib/ErrorHandler.php