From 5bc05fe7252aeaf3ebb0eccdf4ddde55e4929612 Mon Sep 17 00:00:00 2001 From: raviks789 <33730024+raviks789@users.noreply.github.com> Date: Mon, 30 Oct 2023 13:45:21 +0100 Subject: [PATCH] PHPStan: Update baseline --- phpstan-baseline.neon | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 25632c3159f..c83c6d679d4 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -16867,28 +16867,8 @@ parameters: - message: "#^Cannot call method getMessage\\(\\) on Throwable\\|null\\.$#" - count: 1 - path: modules/migrate/application/clicommands/NavigationCommand.php - - - - message: "#^Method Icinga\\\\Module\\\\Migrate\\\\Clicommands\\\\NavigationCommand\\:\\:indexAction\\(\\) has no return type specified\\.$#" - count: 1 - path: modules/migrate/application/clicommands/NavigationCommand.php - - - - message: "#^Method Icinga\\\\Module\\\\Migrate\\\\Clicommands\\\\NavigationCommand\\:\\:migrateNavigationItems\\(\\) has no return type specified\\.$#" - count: 1 - path: modules/migrate/application/clicommands/NavigationCommand.php - - - - message: "#^Parameter \\#1 \\$string of static method ipl\\\\Web\\\\Filter\\\\QueryString\\:\\:parse\\(\\) expects string, mixed given\\.$#" - count: 1 - path: modules/migrate/application/clicommands/NavigationCommand.php - - - - message: "#^Parameter \\#1 \\$url of static method Icinga\\\\Web\\\\Url\\:\\:fromPath\\(\\) expects string, mixed given\\.$#" - count: 1 - path: modules/migrate/application/clicommands/NavigationCommand.php + count: 3 + path: modules/migrate/application/clicommands/ToicingadbCommand.php - message: "#^Cannot call method getMessage\\(\\) on Throwable\\|null\\.$#"