dolibarr/htdocs/core/db
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
..
Database.interface.php Qual: improve typing for jdate 2024-04-02 13:40:04 +02:00
DoliDB.class.php Qual: improve typing for jdate 2024-04-02 13:40:04 +02:00
mysqli.class.php Fix mysqli 2024-03-29 17:09:36 +01:00
pgsql.class.php Try to fix phpunit with pgsql 2024-03-22 02:44:55 +01:00
sqlite3.class.php Merge branch 'develop' into qual/db/typing 2024-03-21 13:19:51 +01:00