dolibarr/htdocs/eventorganization
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
..
class Qual: Enable & fix or ignore Invalid DimOffset (#31176) 2024-09-29 21:52:31 +02:00
core Qual: Fix PhanTypeInvalidLeftOperandOfNumericOp (#30557) 2024-08-15 16:57:02 +02:00
img working on attendees 2021-03-23 22:12:30 +01:00
lib Fix bad link 2024-05-08 16:03:09 +02:00
tpl Qual: Fix PhanPluginUnknownObjectMethodCall where is the only phan notice (#30957) 2024-09-16 01:49:38 +02:00
conferenceorbooth_card.php fix ignored phpstan (most of expects string, int given) (#30649) 2024-09-05 16:05:37 +02:00
conferenceorbooth_contact.php Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-07-11 10:44:39 +02:00
conferenceorbooth_document.php Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-07-11 10:44:39 +02:00
conferenceorbooth_list.php Merge branch '20.0' of github.com:Dolibarr/dolibarr into develop 2024-09-25 22:32:36 +02:00
conferenceorboothattendee_card.php Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-07-11 10:44:39 +02:00
conferenceorboothattendee_list.php Merge branch '20.0' of github.com:Dolibarr/dolibarr into develop 2024-09-25 22:32:36 +02:00
conferenceorboothattendee_note.php Add llxHeader body css for event organization (#30321) 2024-07-09 19:37:34 +02:00
eventorganizationindex.php Add llxHeader body css for event organization (#30321) 2024-07-09 19:37:34 +02:00
modulebuilder.txt