From 918fca6ef0a73b0f29b6fa7c655eb3ec8320dd4c Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 25 Oct 2023 10:16:38 +0200 Subject: [PATCH] Update phpstan-baseline.neon --- phpstan-baseline.neon | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 4e2868040..baf1ffb30 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -2027,17 +2027,17 @@ parameters: - message: "#^Cannot access offset 'code' on mixed\\.$#" - count: 4 + count: 1 path: library/Icingadb/Command/Transport/ApiCommandTransport.php - message: "#^Cannot access offset 'error' on mixed\\.$#" - count: 2 + count: 1 path: library/Icingadb/Command/Transport/ApiCommandTransport.php - message: "#^Cannot access offset 'results' on mixed\\.$#" - count: 7 + count: 2 path: library/Icingadb/Command/Transport/ApiCommandTransport.php - @@ -2047,7 +2047,7 @@ parameters: - message: "#^Cannot access offset 'user' on mixed\\.$#" - count: 2 + count: 1 path: library/Icingadb/Command/Transport/ApiCommandTransport.php - @@ -2082,12 +2082,12 @@ parameters: - message: "#^Cannot access offset 'in_downtime' on mixed\\.$#" - count: 4 + count: 1 path: library/Icingadb/Common/IcingaRedis.php - message: "#^Cannot access offset 'is_acknowledged' on mixed\\.$#" - count: 4 + count: 1 path: library/Icingadb/Common/IcingaRedis.php - @@ -3122,7 +3122,7 @@ parameters: - message: "#^Cannot access offset mixed on mixed\\.$#" - count: 5 + count: 2 path: library/Icingadb/Model/Behavior/Bitmask.php - @@ -5492,7 +5492,7 @@ parameters: - message: "#^Cannot access offset string on mixed\\.$#" - count: 3 + count: 2 path: library/Icingadb/Web/Controller.php -