diff --git a/phpstan-baseline-standard.neon b/phpstan-baseline-standard.neon index cc744dfe..994c0d55 100644 --- a/phpstan-baseline-standard.neon +++ b/phpstan-baseline-standard.neon @@ -5985,6 +5985,11 @@ parameters: count: 1 path: library/Icingadb/Widget/Detail/EventDetail.php + - + message: "#^Cannot cast mixed to int\\.$#" + count: 2 + path: library/Icingadb/Widget/Detail/EventDetail.php + - message: "#^Method Icinga\\\\Module\\\\Icingadb\\\\Widget\\\\Detail\\\\EventDetail\\:\\:assemble\\(\\) has no return type specified\\.$#" count: 1 @@ -6265,6 +6270,11 @@ parameters: count: 4 path: library/Icingadb/Widget/Detail/ObjectDetail.php + - + message: "#^Cannot cast mixed to int\\.$#" + count: 1 + path: library/Icingadb/Widget/Detail/ObjectDetail.php + - message: "#^Method Icinga\\\\Module\\\\Icingadb\\\\Widget\\\\Detail\\\\ObjectDetail\\:\\:__construct\\(\\) has parameter \\$object with no type specified\\.$#" count: 1