dolibarr/htdocs/projet/class
MDW c496e84916
Qual: Fix phan issues related to getNextValue() notices (#30747)
* Qual: 🛟 Fix reference to $db with $this->db

# Qual: reference to $db with $this->db

$db was undeclared, use $this->db.

* Fix suspected issue with environment max size and md5sum working on limited files

* Qual: Fix LDAP typing

* Qual: Fix some phan typing related to getNextValue()

# Qual: Fix some phan typing related to getNextValue()

This fixes a few typings in relation to getNextValue().

* Update phan baseline

* PHPDoc: set arguments as nullable (+update array types)

* Improve PHPDoc

* Force toselect type to int[]

* Enable all phan notices on actions_massactions.inc.php

* Test was wrong, can not count when it's not an array

* Update baseline

* Remove ignore for notice that no longer exists

* Update baseline

* Fix format argument

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-08-29 15:01:42 +02:00
..
api_projects.class.php QUAL Clean code 2024-08-15 16:53:49 +02:00
api_tasks.class.php Fix use the good HTTP code 2024-04-07 14:59:25 +02:00
project.class.php FIX late project search option (#30739) 2024-08-23 14:58:50 +02:00
projectstats.class.php QUAL Removed inclusion of the file json.lib.php 2024-07-12 01:53:47 +02:00
task.class.php Qual: Fix phan issues related to getNextValue() notices (#30747) 2024-08-29 15:01:42 +02:00
taskstats.class.php fix phan emailcollector (#30196) 2024-06-29 18:57:43 +02:00