From b250d10cb56237f7ea512f5a75136ed6d2cb158e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Niedzielski?= Date: Fri, 27 Sep 2024 16:45:48 +0200 Subject: [PATCH] Fixed baseline --- phpstan-baseline-7.4.neon | 5 +++++ phpstan-baseline.neon | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/phpstan-baseline-7.4.neon b/phpstan-baseline-7.4.neon index eec7ff3845..2e31c5618e 100644 --- a/phpstan-baseline-7.4.neon +++ b/phpstan-baseline-7.4.neon @@ -370,6 +370,11 @@ parameters: count: 1 path: tests/integration/Core/Repository/ContentServiceTest.php + - + message: "#^Parameter \\#1 \\$input of function array_values expects array\\, iterable\\ given\\.$#" + count: 1 + path: tests/integration/Core/Repository/ContentServiceTest.php + - message: "#^Parameter \\#1 \\$str of function md5 expects string, float given\\.$#" count: 3 diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index eb97ebedc9..567e140202 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -28165,11 +28165,6 @@ parameters: count: 4 path: tests/integration/Core/Repository/ContentServiceTest.php - - - message: "#^Parameter \\#1 \\$input of function array_values expects array\\, iterable\\ given\\.$#" - count: 1 - path: tests/integration/Core/Repository/ContentServiceTest.php - - message: "#^Parameter \\#1 \\$locationId of method Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\LocationService\\:\\:loadLocation\\(\\) expects int, int\\|null given\\.$#" count: 12