mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
# 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 || |
||
|---|---|---|
| .. | ||
| class | ||
| core | ||
| img | ||
| lib | ||
| tpl | ||
| conferenceorbooth_card.php | ||
| conferenceorbooth_contact.php | ||
| conferenceorbooth_document.php | ||
| conferenceorbooth_list.php | ||
| conferenceorboothattendee_card.php | ||
| conferenceorboothattendee_list.php | ||
| conferenceorboothattendee_note.php | ||
| eventorganizationindex.php | ||
| modulebuilder.txt | ||