From b537a50f7fc27ee9f3775578f7fb04a337444d3e Mon Sep 17 00:00:00 2001 From: Oliver Kossin Date: Tue, 23 Jul 2024 13:33:07 +0200 Subject: [PATCH] baseline --- phpstan-baseline.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index bff652a..bbe7b21 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -327,7 +327,7 @@ parameters: - message: "#^Cannot call method willReturn\\(\\) on array\\.$#" - count: 4 + count: 3 path: Tests/Unit/Controller/RedirectControllerTest.php -