Files
dolibarr/htdocs/core/class
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-08-30 17:14:57 +02:00
2025-10-22 18:56:05 +02:00
2025-10-11 14:16:27 +02:00
2025-09-22 22:16:20 +02:00
2025-10-04 13:29:57 +02:00
2025-10-29 13:28:53 +01:00
2025-08-13 23:36:17 +02:00
2025-09-03 12:54:17 +02:00
2025-08-05 13:47:44 +02:00
2025-06-02 21:10:45 +02:00
2025-09-19 23:38:52 +02:00
2025-10-22 22:31:51 +02:00
2025-08-18 16:35:01 +02:00
2025-05-28 09:57:46 +02:00
2025-10-22 14:17:04 +02:00
2025-08-25 14:27:07 +02:00
2025-05-05 21:13:05 +02:00
2025-09-08 01:48:52 +02:00
2025-10-23 14:26:47 +02:00
2025-08-15 17:31:07 +02:00
2025-10-07 13:37:47 +02:00
2025-10-31 02:22:14 +01:00
2025-10-31 16:55:48 +01:00