Skip to content

Commit

Permalink
clean phpstan baseline (#31807)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 authored Nov 14, 2024
1 parent 7b63148 commit eb2c137
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions build/phpstan/phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -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\<string, string\>, array\<string, int\|string\> given\.$#'
identifier: argument.type
Expand Down Expand Up @@ -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

-
Expand Down

0 comments on commit eb2c137

Please sign in to comment.