Files
dolibarr/htdocs/core/tpl
MDW 073426d97e Qual: Fix multiple phan notices, update baseline (#36022)
* Qual: Fix phan notice with copy of attribute

* Qual: Fix phan notices with cast and updated param definition

* Qual: Fix phan notice with cast

* Qual: Update parameter type hint in utf8_check function

The parameter type hint for the $str parameter in the utf8_check function has been updated to include nullable types (string or int).

* Qual: Update User parameter type to nullable in call_trigger methods

The User parameter in call_trigger methods has been updated to be nullable to accommodate cases where the user object might not be available. This change ensures better flexibility and robustness in the codebase.

* Qual: Update phan baseline

* Qual: phpstan compatible type

* Qual: Add missing type hints for phan

- Add missing type hints for phan
- Fix indentation issues
- Improved consistency in code structure

* Qual: Update field configuration for backward compatibility

Enhanced the field configuration for backward compatibility by adding expected properties to the 'ref' field array.

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-11-01 17:47:28 +01:00
..
2025-06-19 10:39:19 +02:00
2025-10-14 19:31:06 +02:00
2025-10-14 19:31:06 +02:00
2025-10-17 02:31:07 +02:00
2025-06-18 19:13:53 +02:00
2025-08-28 14:53:38 +02:00
2025-10-18 19:09:52 +02:00
2025-10-06 02:50:07 +02:00
2025-08-16 03:06:44 +02:00
2025-10-23 14:05:59 +02:00
2025-10-23 14:59:19 +02:00
2025-10-23 14:59:19 +02:00
2025-06-16 22:50:21 +02:00
2025-06-19 10:39:19 +02:00
2025-09-21 23:22:33 +02:00

README (english)

This directory is used for storing the common default templates of the system core. (outside any modules)