dolibarr/htdocs/eventorganization
MDW 4cac66ba17
Fix $mybool |=... which is binary op, not boolean op
# Fix $mybool |=... which is binary op, not boolean op

This fixes PhanTypeInvalidLeftOperandOfBitwiseOp.
Replace $var |= ... with $var = ... || $var .
Add cast before ... when needed (@include does not always return bool).
|= always evaluates expression, there for || $var, not $var ||
2024-03-21 13:45:13 +01:00
..
class Fix $mybool |=... which is binary op, not boolean op 2024-03-21 13:45:13 +01:00
core Fix: GETPOST(...,'int') to GETPOSTINT(...) (#28448) 2024-02-27 14:05:53 +01:00
img working on attendees 2021-03-23 22:12:30 +01:00
lib Fix PhanPluginUnknownFunctionParamType 2024-03-13 10:08:12 +01:00
tpl FIX: if we stop for security purpose, we must exit a non zero value. 2024-03-16 23:08:15 +01:00
conferenceorbooth_card.php Qual: Improve typing hint for (ext)Object, and allow null (#28719) 2024-03-09 01:12:03 +01:00
conferenceorbooth_contact.php Qual: Improve typing hint for (ext)Object, and allow null (#28719) 2024-03-09 01:12:03 +01:00
conferenceorbooth_document.php Fix regression in GETPOST limit 2024-03-16 11:41:00 +01:00
conferenceorbooth_list.php Fix regression in GETPOST limit 2024-03-16 11:41:00 +01:00
conferenceorboothattendee_card.php Qual: Improve typing hint for (ext)Object, and allow null (#28719) 2024-03-09 01:12:03 +01:00
conferenceorboothattendee_list.php Fix regression in GETPOST limit 2024-03-16 11:41:00 +01:00
conferenceorboothattendee_note.php fix warnings 2024-03-13 18:24:59 +01:00
eventorganizationindex.php Clean code with rector 2 2024-01-05 04:33:58 +01:00
modulebuilder.txt