2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/htdocs/core/class
MDW 37afba949e Fix most PhanTypeMismatchDimAssignment notices (#28739)
* Qual: Add typing to fix PhanTypeMismatchDimAssignment notice

* Fix: Initialise array for code in somme

* Qual: Update type hint for  argument in _Set_Format

* Qual: Update type hint for childtables

* Qual: Add typing to attributes

* Qual: Add typing for _msgContent

* Qual: Suppress PhanTypeMismatchDimAssignment

* Qual: Add typing for liste

* Qual: Add typing to fields

* Qual: Add typing hint for $objMod

* Qual: Modify assignment of array with bool keys for phan typing

Demonstration:
```
php -r '$a=[true=>"yes",false=>"no"];var_dump($a);'
# Result demonstrates bool keys are converted to int.
Command line code:1:
array(2) {
  [1] =>
  string(3) "yes"
  [0] =>
  string(2) "no"
}
```

* Qual: Add typing hint to indicate value is not null

* Force non-null type on $paramname

* Qual: Add typing hint to getCats()

* Update inc.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-03-10 01:53:04 +01:00
..
2024-01-30 21:22:21 +01:00
2024-02-15 13:59:19 +01:00
2024-03-03 18:55:30 +01:00
2024-03-05 04:06:21 +01:00
2024-03-02 13:15:20 +01:00
2024-01-30 20:20:52 +01:00
2024-01-30 20:22:55 +01:00
2024-01-30 20:25:46 +01:00
2024-01-29 13:00:33 +01:00
2024-03-04 18:27:49 +01:00
2024-02-25 10:00:09 +01:00
2024-02-28 23:42:23 +01:00
2024-02-28 23:42:23 +01:00
2024-03-06 00:46:04 +01:00
2024-01-23 23:56:20 +01:00
2024-01-23 20:43:08 +01:00