From c1aec7d28e2b0ef161aaebabbebfa3c410acb17d Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 1 Sep 2023 17:24:30 +0200 Subject: [PATCH] phpstan-baseline: Remove obsolete error pattern --- phpstan-baseline.neon | 5 ----- 1 file changed, 5 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 4e0431e..918a598 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -845,11 +845,6 @@ parameters: count: 1 path: library/Graphite/Web/Widget/IcingadbGraphs.php - - - message: "#^Property Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\IcingadbGraphs\\:\\:\\$defaultAttributes type has no value type specified in iterable type array\\.$#" - count: 1 - path: library/Graphite/Web/Widget/IcingadbGraphs.php - - message: "#^Property Icinga\\\\Module\\\\Graphite\\\\Web\\\\Widget\\\\IcingadbGraphs\\:\\:\\$objects type has no value type specified in iterable type iterable\\.$#" count: 1