* 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
* NEW Generic doc template for donations
Can be used to create written acknowledgments to substantiate a charitable
contribution in the United States, but it is not specific to the United
States.
Multi-lingual.
If the global setting DONATION_NOTE_PUBLIC is greater than 0, the public
note for the donation is also included. This can be used in the United
States to notate if a donation is not entirely deductible.
* FIX Style errors.
* FIX A new typo