dolibarr/htdocs/bom
MDW 42bb4fbf3e
Qual: Enable & fix or ignore Invalid DimOffset (#31176)
* Qual: Enable & fix or ignore Invalid DimOffset

# Qual: Enable & fix or ignore Invalid DimOffset

The Invalid DimOffset notices occur when array keys are defined and
the index used is not amongst the known array keys.

This PR enables these notices and fixes array definitions when needed,
or ignores the notices locally if it's a false positive, or in the
baseline.txt when it does not seem to be a false positive so that
it can be fixed later

* Nullable object typing in function signature not ok for 7.0/8.4

Can't user '?User' as argument type for PHP7.0 which is required by PHP8.4.
Therefore, removing the typing specification in the function definition

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-09-29 21:52:31 +02:00
..
ajax FIX default workstation on BOM 2024-03-21 10:46:45 +01:00
class Qual: Enable & fix or ignore Invalid DimOffset (#31176) 2024-09-29 21:52:31 +02:00
lib Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-01-10 15:12:50 +01:00
tpl Fixed usage of null with select products method (#31066) 2024-09-20 17:49:40 +02:00
bom_agenda.php Better comments (#30200) 2024-06-30 21:02:50 +02:00
bom_card.php CSS and code comment 2024-07-17 16:23:24 +02:00
bom_document.php Qual: Fix notices for htdocs/admin/* (#30982) 2024-09-18 03:27:25 +02:00
bom_list.php Merge branch '20.0' of github.com:Dolibarr/dolibarr into develop 2024-09-25 22:32:36 +02:00
bom_net_needs.php Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-08-31 17:30:32 +02:00
bom_note.php Better comments (#30200) 2024-06-30 21:02:50 +02:00
modulebuilder.txt