dolibarr/htdocs/debugbar/class
MDW c7560a7c89
Qual: improve typing for jdate
# Qual: improve typing for jdate

Limit jdate return type to int|'' .
Tested with phan and phpstan.
This will allow setting the same type on the date fields and allow
detecting the assignment of non empty strings.

int|''|'specific value'  also works, so could be used on other fields.
2024-04-02 13:40:04 +02:00
..
DataCollector NEW Add the process and user ID into log 2024-03-26 14:14:11 +01:00
autoloader.php Apply phan suppression using other method 2024-03-20 04:09:22 +01:00
DebugBar.php Clean code 2023-04-30 03:36:02 +02:00
TraceableDB.php Qual: improve typing for jdate 2024-04-02 13:40:04 +02:00