diff --git a/phpstan-baseline-gte-8.0.neon b/phpstan-baseline-gte-8.0.neon index e593fc8a5b..7835340d58 100644 --- a/phpstan-baseline-gte-8.0.neon +++ b/phpstan-baseline-gte-8.0.neon @@ -320,6 +320,11 @@ parameters: count: 1 path: tests/integration/Core/Repository/ContentServiceTest.php + - + message: "#^Parameter \\#1 \\$array of function array_values expects array\\, iterable\\ given\\.$#" + count: 1 + path: tests/integration/Core/Repository/ContentServiceTest.php + - message: "#^Parameter \\#1 \\$array of function usort expects TArray of array, iterable\\ given\\.$#" count: 2