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