dolibarr/htdocs/core/db
MDW 46eb5f83c2
Qual: Updates for phpstan notices (#30509)
* Fix int<0> typing to int<0,0> for phpstan

* Fix phpdoc for phpstan

* Fix phpdoc for phpstan

* Qual: Several phpstan notice fixes

* Fix phpdoc

* Qual: totalpaid is never null, remove null test

* improve phpdoc typing

* Also return null to statisfy phpstan

* Allow null value for $var

* object->Object to make it meaningful

* Type EvalMathStack properties

* Comment out unused private methods (phpstan)

* Changes for phpstan (return values, phpdoc, code)

* Change order of tests for phpstan

* phpdoc object to Object for correct typing

* Typing hing for phpstan

* UPdate test for phpstan

* Change phpdoc position for phpstan

* Update phpdoc for phpstan

This needs further improvement

* Change $op to $ope to fix phpstan

* Update sqlite3.class.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-08-01 12:59:45 +02:00
..
Database.interface.php fix phan (#29519) 2024-04-28 17:38:54 +02:00
DoliDB.class.php fix cti (#30323) 2024-07-09 19:29:35 +02:00
mysqli.class.php FIX sanitize must allow space on attribute (#30490) 2024-07-31 15:41:00 +02:00
pgsql.class.php Merge branch 'FIX_Entity_on_workstation' of 2024-05-23 13:02:07 +02:00
sqlite3.class.php Qual: Updates for phpstan notices (#30509) 2024-08-01 12:59:45 +02:00