From 658f8a8c11506119a69027a9640aa6639640c583 Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Tue, 20 Aug 2024 10:46:01 +0200 Subject: [PATCH] [PHPStan] Aligned baseline after PHPStan release (#1325) --- phpstan-baseline.neon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 37ba2be55f..cc6eaafb49 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -191,7 +191,7 @@ parameters: path: src/bundle/Controller/ContentEditController.php - - message: "#^Call to an undefined method Symfony\\\\Component\\\\Form\\\\FormInterface\\:\\:getClickedButton\\(\\)\\.$#" + message: "#^Call to an undefined method Symfony\\\\Component\\\\Form\\\\FormInterface\\\\:\\:getClickedButton\\(\\)\\.$#" count: 4 path: src/bundle/Controller/ContentOnTheFlyController.php @@ -976,7 +976,7 @@ parameters: path: src/bundle/Controller/User/UserDeleteController.php - - message: "#^Call to an undefined method Symfony\\\\Component\\\\Form\\\\FormInterface\\:\\:getClickedButton\\(\\)\\.$#" + message: "#^Call to an undefined method Symfony\\\\Component\\\\Form\\\\FormInterface\\\\:\\:getClickedButton\\(\\)\\.$#" count: 4 path: src/bundle/Controller/UserOnTheFlyController.php