diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 6d9c15a..2e96443 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -167,7 +167,7 @@ parameters: - message: "#^Cannot call method format\\(\\) on mixed\\.$#" - count: 2 + count: 3 path: application/controllers/ReportsController.php - @@ -190,11 +190,6 @@ parameters: count: 1 path: application/controllers/ReportsController.php - - - message: "#^Method Icinga\\\\Module\\\\Reporting\\\\Controllers\\\\TemplateController\\:\\:createTabs\\(\\) has no return type specified\\.$#" - count: 1 - path: application/controllers/TemplateController.php - - message: "#^Method Icinga\\\\Module\\\\Reporting\\\\Controllers\\\\TemplateController\\:\\:editAction\\(\\) has no return type specified\\.$#" count: 1 @@ -215,14 +210,9 @@ parameters: count: 1 path: application/controllers/TemplateController.php - - - message: "#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#" - count: 1 - path: application/controllers/TemplateController.php - - message: "#^Parameter \\#2 \\$value of static method ipl\\\\Stdlib\\\\Filter\\:\\:equal\\(\\) expects array\\|bool\\|float\\|int\\|string, mixed given\\.$#" - count: 2 + count: 1 path: application/controllers/TemplateController.php -