Skip to content

Commit

Permalink
PHPStan > Update baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolibot committed Nov 24, 2024
1 parent 2b264ae commit a23ab69
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions build/phpstan/phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -1188,18 +1188,6 @@ parameters:
count: 1
path: ../../htdocs/adherents/partnership.php

-
message: '#^Variable \$label might not be defined\.$#'
identifier: variable.undefined
count: 1
path: ../../htdocs/adherents/stats/geo.php

-
message: '#^Variable \$theme_datacolor might not be defined\.$#'
identifier: variable.undefined
count: 2
path: ../../htdocs/adherents/stats/geo.php

-
message: '#^Negated boolean expression is always true\.$#'
identifier: booleanNot.alwaysTrue
Expand Down Expand Up @@ -7626,12 +7614,6 @@ parameters:
count: 3
path: ../../htdocs/compta/tva/payments.php

-
message: '#^Call to function is_array\(\) with list\<array\{id\: mixed, descr\: mixed, pid\: mixed, pref\: mixed, ptype\: int, payment_id\: mixed, payment_ref\: mixed, payment_amount\: mixed, \.\.\.\}\|array\{id\: mixed, descr\: mixed, pid\: mixed, pref\: mixed, ptype\: mixed, payment_id\: mixed, payment_ref\: mixed, payment_amount\: mixed, \.\.\.\}\> will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: ../../htdocs/compta/tva/quadri_detail.php

-
message: '#^Call to function is_array\(\) with list\<array\{id\: mixed, descr\: mixed, pid\: mixed, pref\: mixed, ptype\: mixed, payment_id\: mixed, payment_ref\: mixed, payment_amount\: mixed, \.\.\.\}\> will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
Expand Down

0 comments on commit a23ab69

Please sign in to comment.