mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-10 19:41:26 +01:00
* Fix extraparams property typing * Fix argument typing * Fix 'status' argument type in calls to dolGetButtonTitle * Fix argument2 for price to 1 (was 2) * Fix deliveryreceipt argument * Fix PHPDoc dol_sort_array * Fix range for int argument * Fix arg type for str_pad and add some PHPDoc * Fix natsort value for dol_sort_array * Fix arguments on calls to dol_sort_array * Reduce phpstan exceptions * Qual: Add type hints for Stripe objects # Qual: Add type hints for Stripe objects Suggest the more specific implementation of the StripObject. * Typing, initialisation * Qual: Fix undeclared variables * Update phan baseline * Update baseline * Qual: Add type hints for Stripe objects # Qual: Add type hints for Stripe objects Suggest the more specific implementation of the StripObject. * Add PHPDoc for host class properties * Ignore false positive (phan) for deprecated property * Improve typing * Update baseline