Use ?? operator instead of CRM_Utils_Array::value() when fetching ids
authorColeman Watts <coleman@civicrm.org>
Sat, 7 Mar 2020 18:28:11 +0000 (13:28 -0500)
committerColeman Watts <coleman@civicrm.org>
Wed, 11 Mar 2020 23:44:36 +0000 (19:44 -0400)
commit8df1a02080c143102aaefe4fcbed0588815c32c9
treeb761570fa7b3775a5fcacae0b1bfc2372c47a9d0
parent19b455e1716194725198e1ad2c3b9c4d26f47f7e
Use ?? operator instead of CRM_Utils_Array::value() when fetching ids
CRM/Contribute/BAO/ManagePremiums.php
CRM/Core/BAO/Note.php
CRM/Core/BAO/OptionValue.php
CRM/Core/BAO/Tag.php
CRM/Event/BAO/ParticipantPayment.php
CRM/Mailing/BAO/Mailing.php
CRM/Mailing/BAO/MailingComponent.php
CRM/Member/BAO/MembershipStatus.php
CRM/Price/BAO/PriceFieldValue.php