From 2f09b5cc4eede20c56827ed510eeaedcc75b38ea Mon Sep 17 00:00:00 2001 From: Liviu-Mihail Concioiu Date: Mon, 23 Feb 2026 17:19:16 +0100 Subject: [PATCH] Update baseline Signed-off-by: Liviu-Mihail Concioiu --- phpstan-baseline.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 45256e9222..4e35312b2b 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -47077,7 +47077,7 @@ parameters: - message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#" - count: 10 + count: 5 path: test/classes/Plugins/Import/ImportXmlTest.php -