From 4a46b2808942e496e0bcb91fc32486741740482d Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 24 Jul 2024 16:27:14 +0200 Subject: [PATCH] phpstan: Update standard baseline --- phpstan-baseline-standard.neon | 10 ++++++++++ 1 file changed, 10 insertions(+) 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