diff --git a/phpstan-baseline-gte-8.0.neon b/phpstan-baseline-gte-8.0.neon index a45e790ff5..76666a9184 100644 --- a/phpstan-baseline-gte-8.0.neon +++ b/phpstan-baseline-gte-8.0.neon @@ -366,7 +366,7 @@ parameters: path: tests/integration/Core/Repository/LocationServiceTest.php - - message: "#^Parameter \\#1 \\$array of function array_keys expects array, iterable\\ given\\.$#" + message: "#^Parameter \\#1 \\$array of function array_keys expects array, iterable given\\.$#" count: 3 path: tests/integration/Core/Repository/LocationServiceTest.php diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 497335880b..dd4efe35a9 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -34016,12 +34016,12 @@ parameters: path: tests/integration/Core/Repository/LocationServiceTest.php - - message: "#^Cannot access offset 1 on iterable\\\\.$#" + message: "#^Cannot access offset 1 on iterable\\.$#" count: 1 path: tests/integration/Core/Repository/LocationServiceTest.php - - message: "#^Cannot access offset 5 on iterable\\\\.$#" + message: "#^Cannot access offset 5 on iterable\\.$#" count: 2 path: tests/integration/Core/Repository/LocationServiceTest.php @@ -34416,7 +34416,7 @@ parameters: path: tests/integration/Core/Repository/LocationServiceTest.php - - message: "#^Parameter \\#1 \\$array of function array_column expects array, iterable\\ given\\.$#" + message: "#^Parameter \\#1 \\$array of function array_column expects array, iterable given\\.$#" count: 1 path: tests/integration/Core/Repository/LocationServiceTest.php @@ -57166,7 +57166,7 @@ parameters: path: tests/lib/Repository/Mapper/ContentLocationMapper/DecoratedLocationServiceTest.php - - message: "#^Cannot access property \\$locations on iterable\\\\.$#" + message: "#^Cannot access property \\$locations on iterable\\.$#" count: 2 path: tests/lib/Repository/Mapper/ContentLocationMapper/DecoratedLocationServiceTest.php