Skip to content

Commit

Permalink
Merge pull request #32293 from Dolibarr/phpstan-baseline
Browse files Browse the repository at this point in the history
PHPStan > Update baseline
  • Loading branch information
eldy authored Dec 9, 2024
2 parents 26149e5 + 9de5e7a commit bb15a3d
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions build/phpstan/phpstan-baseline.neon
Original file line number Diff line number Diff line change
@@ -6075,7 +6075,7 @@ parameters:
-
message: '#^Property Facture\:\:\$ref_client \(string\) in isset\(\) is not nullable\.$#'
identifier: isset.property
count: 2
count: 1
path: ../../htdocs/compta/facture/class/facture.class.php

-
@@ -32058,18 +32058,6 @@ parameters:
count: 1
path: ../../htdocs/takepos/printbox.php

-
message: '#^Path in require\(\) "//takepos/invoice\.php" is not a file or it does not exist\.$#'
identifier: require.fileNotFound
count: 1
path: ../../htdocs/takepos/public/auto_order.php

-
message: '#^Path in require\(\) "//takepos/phone\.php" is not a file or it does not exist\.$#'
identifier: require.fileNotFound
count: 1
path: ../../htdocs/takepos/public/auto_order.php

-
message: '#^Parameter \#2 \$addpercent of function vatrate expects bool, int given\.$#'
identifier: argument.type

0 comments on commit bb15a3d

Please sign in to comment.