ATM-Consulting / dolibarr_module_abricot

Collection de fonctions ATM pour module Dolibarr
Other
25 stars 50 forks source link

fix deprecation warning on PHP 8.2 #211

Open thomas-Ngr opened 2 weeks ago

thomas-Ngr commented 2 weeks ago

replace is_callable('parent::isDate') by is_callable(parent::class.'::isDate') to aoid deprecation warning on PHP8.2.

See https://php.watch/versions/8.2/partially-supported-callable-deprecation