mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-15 22:11:36 +01:00
* Qual: Improve type hints and cache arrays in html.form.class.php - Added detailed type hints for cache arrays - Fixed a typo in the comment for the 'num' property - Ensured consistent type casting for integer values in cache arrays (fixes phpstan notices) * Qual: Add type casting in donation modules Following cache type improvement: - Added type casting in donation modules