mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-27 11:51:27 +01:00
None of the mod_codeclient_* constructors has an argument. Reported by phan as `PhanParamTooMany: Call with 1 arg(s) to \mod_codeclient_leopard::__construct() which only takes 0 arg(s) defined at htdocs/core/modules/societe/mod_codeclient_leopard.php:69` in all modified files. One exception in the card.php file because the code has no explicit detail, but it also uses a mod_codeclient_ constructor.