From b7677cc4eff0dea2e8a5e95edaca00d48298ab58 Mon Sep 17 00:00:00 2001 From: raviks789 <33730024+raviks789@users.noreply.github.com> Date: Thu, 24 Aug 2023 16:52:57 +0200 Subject: [PATCH] Update PHPStan baseline related to `StaticController::gravatarAction()` --- phpstan-baseline.neon | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 80694461e..79a53756f 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -1030,11 +1030,6 @@ parameters: count: 1 path: application/controllers/StaticController.php - - - message: "#^Method Icinga\\\\Controllers\\\\StaticController\\:\\:gravatarAction\\(\\) has no return type specified\\.$#" - count: 1 - path: application/controllers/StaticController.php - - message: "#^Method Icinga\\\\Controllers\\\\StaticController\\:\\:imgAction\\(\\) has no return type specified\\.$#" count: 1 @@ -1055,16 +1050,6 @@ parameters: count: 1 path: application/controllers/StaticController.php - - - message: "#^Parameter \\#1 \\$string of function trim expects string, mixed given\\.$#" - count: 1 - path: application/controllers/StaticController.php - - - - message: "#^Parameter \\#2 \\$content of method Icinga\\\\Web\\\\FileCache\\:\\:store\\(\\) expects string, string\\|false given\\.$#" - count: 1 - path: application/controllers/StaticController.php - - message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#" count: 1