mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-16 06:21:28 +01:00
# Fix: Uniform `assign_values` method signatures `Canvas` is calling `assign_values` with three arguments, so all methods must have three arguments. - Modified `actions_adherentcard_common.class.php` and `actions_contactcard_common.class.php` to add object reference parameter - Updated `actions_adherentcard_default.class.php` and `actions_contactcard_default.class.php` to pass reference parameter to parent class - Updated Phan baseline to reflect changes in canvas classes