From df3b1f3c5c66b8ac6bb13725e4234f94ae83e22f Mon Sep 17 00:00:00 2001 From: Michael Babker Date: Thu, 28 Sep 2023 19:07:57 -0400 Subject: [PATCH] Refresh SA baseline --- phpstan-baseline.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 1535fb39..e26b33af 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -96,7 +96,7 @@ parameters: path: lib/Adapter/Solarium/SolariumAdapter.php - - message: "#^Method Pagerfanta\\\\Adapter\\\\ConcatenationAdapter\\:\\:getNbResults\\(\\) should return int\\<0, max\\> but returns float\\|int\\.$#" + message: "#^Method Pagerfanta\\\\Adapter\\\\ConcatenationAdapter\\:\\:getNbResults\\(\\) should return int\\<0, max\\> but returns \\(float\\|int\\)\\.$#" count: 1 path: lib/Core/Adapter/ConcatenationAdapter.php