From eece377bae2b82c156c0048f3c9277d63216694b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20France?= Date: Thu, 14 Nov 2024 00:03:22 +0100 Subject: [PATCH] clean phpstan baseline --- build/phpstan/phpstan-baseline.neon | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/build/phpstan/phpstan-baseline.neon b/build/phpstan/phpstan-baseline.neon index e8a676145128e..bbacb30775f1f 100644 --- a/build/phpstan/phpstan-baseline.neon +++ b/build/phpstan/phpstan-baseline.neon @@ -15312,12 +15312,6 @@ parameters: count: 2 path: ../../htdocs/core/modules/member/doc/pdf_standard_member.class.php - - - message: '#^Method pdf_standard_member\:\:write_file\(\) has parameter \$object with no value type specified in iterable type array\.$#' - identifier: missingType.iterableValue - count: 1 - path: ../../htdocs/core/modules/member/doc/pdf_standard_member.class.php - - message: '#^Parameter \#1 \$substitutionarray of function complete_substitutions_array expects array\, array\ given\.$#' identifier: argument.type @@ -29208,22 +29202,16 @@ parameters: count: 1 path: ../../htdocs/product/stock/productlot_card.php - - - message: '#^Variable \$modulepart might not be defined\.$#' - identifier: variable.undefined - count: 1 - path: ../../htdocs/product/stock/productlot_card.php - - message: '#^Variable \$batch might not be defined\.$#' identifier: variable.undefined - count: 2 + count: 1 path: ../../htdocs/product/stock/productlot_document.php - message: '#^Variable \$productid might not be defined\.$#' identifier: variable.undefined - count: 2 + count: 1 path: ../../htdocs/product/stock/productlot_document.php -