From a012644b37a5c138aae6a8776adfa99c1e151a3b Mon Sep 17 00:00:00 2001 From: Nicolai Ehrhardt <245527909+predictor2718@users.noreply.github.com> Date: Sat, 11 Apr 2026 11:20:06 +0200 Subject: [PATCH] Update PHPStan baseline for Import.php Signed-off-by: Nicolai Ehrhardt <245527909+predictor2718@users.noreply.github.com> --- phpstan-baseline.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 1799919405..64fc5e9016 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -20242,7 +20242,7 @@ parameters: - message: "#^Cannot cast mixed to int\\.$#" - count: 3 + count: 4 path: libraries/classes/Import.php -