From f25d3bdd047d45f17baabea67a9db3e846c0bc3c Mon Sep 17 00:00:00 2001 From: Christoph Lehmann Date: Sat, 9 Mar 2024 23:27:21 +0100 Subject: [PATCH] Update PHPStan baseline --- phpstan-baseline.neon | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 88d5814..b44e973 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -10,6 +10,11 @@ parameters: count: 1 path: Classes/ProductionExceptionHandler.php + - + message: "#^Method Networkteam\\\\SentryClient\\\\SentryLogWriter\\:\\:__construct\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#" + count: 1 + path: Classes/SentryLogWriter.php + - message: "#^Method Networkteam\\\\SentryClient\\\\Service\\\\ConfigurationService\\:\\:getExtConf\\(\\) return type has no value type specified in iterable type array\\.$#" count: 1