From bc721ec5e7ba666fb26c5531362918597fadcd06 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sun, 12 Oct 2025 09:30:21 +0200 Subject: [PATCH] Fix build --- phpstan-baseline.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 2db90a78a2..4b4096c92c 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -1428,7 +1428,7 @@ parameters: - rawMessage: Doing instanceof PHPStan\Type\IntersectionType is error-prone and deprecated. identifier: phpstanApi.instanceofType - count: 4 + count: 3 path: src/Type/IntersectionType.php -