From a6ec62c4e71ebb9bb941fe2b82eff19e2db41362 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Sun, 29 Dec 2024 03:04:04 +0700 Subject: [PATCH] regenerate baseline --- phpstan-baseline.neon | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index f5d7abb6..4ada1972 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -79,22 +79,16 @@ parameters: path: src/Command/BaseLoggingCommandInitializer.php - - message: '#^Cannot access offset ''log'' on mixed\.$#' - identifier: offsetAccess.nonOffsetAccessible - count: 1 - path: src/Compat/LoggerServiceFactory.php - - - - message: '#^Method ErrorHeroModule\\Compat\\LoggerServiceFactory\:\:__invoke\(\) has parameter \$options with no value type specified in iterable type array\.$#' + message: '#^Method ErrorHeroModule\\Compat\\LoggerAbstractServiceFactory\:\:__invoke\(\) has parameter \$options with no value type specified in iterable type array\.$#' identifier: missingType.iterableValue count: 1 - path: src/Compat/LoggerServiceFactory.php + path: src/Compat/LoggerAbstractServiceFactory.php - message: '#^Parameter \#1 \$config of method Laminas\\Log\\LoggerServiceFactory\:\:processConfig\(\) expects array, mixed given\.$#' identifier: argument.type count: 1 - path: src/Compat/LoggerServiceFactory.php + path: src/Compat/LoggerAbstractServiceFactory.php - message: '#^Call to static method Webmozart\\Assert\\Assert\:\:isInstanceOf\(\) with Laminas\\Http\\PhpEnvironment\\Request and ''Laminas\\\\Http\\\\PhpEnvironment\\\\Request'' will always evaluate to true\.$#'