From e319a743666f2ba6f7e6b0395437d9cccf6f2ab4 Mon Sep 17 00:00:00 2001 From: mhsdesign <85400359+mhsdesign@users.noreply.github.com> Date: Mon, 12 Feb 2024 22:18:03 +0100 Subject: [PATCH] TASK: Update phpstan baseline according to latest release `1.10.58` --- phpstan-baseline.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 8d8a7f46021..2dc97968922 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -101,7 +101,7 @@ parameters: path: Neos.Neos/Classes/Controller/Module/Administration/UsersController.php - - message: "#^Method Neos\\\\Neos\\\\Controller\\\\Module\\\\Administration\\\\UsersController\\:\\:getAuthenticationProviders\\(\\) should return array\\ but returns array\\\\>\\.$#" + message: "#^Method Neos\\\\Neos\\\\Controller\\\\Module\\\\Administration\\\\UsersController\\:\\:getAuthenticationProviders\\(\\) should return array\\ but returns array\\\\>\\.$#" count: 1 path: Neos.Neos/Classes/Controller/Module/Administration/UsersController.php