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 -