Use ?? operator instead of CRM_Utils_Array::value() in array assignments with null...
authorColeman Watts <coleman@civicrm.org>
Sun, 8 Mar 2020 21:53:37 +0000 (17:53 -0400)
committerColeman Watts <coleman@civicrm.org>
Wed, 11 Mar 2020 23:47:02 +0000 (19:47 -0400)
commit6187cca44e0958167a823ce4a3e27596c8b713a6
treeddcdf37245ebadf7a5170c342b2f2b28c4c97b19
parent6b409353d19be6058cbd47fcc5916c8564aed6ff
Use ?? operator instead of CRM_Utils_Array::value() in array assignments with null-ish defaults
13 files changed:
CRM/Activity/BAO/Activity.php
CRM/Admin/Form/ParticipantStatusType.php
CRM/Contact/Form/Contact.php
CRM/Core/BAO/File.php
CRM/Core/PseudoConstant.php
CRM/Event/Cart/Form/Cart.php
CRM/Event/Form/SelfSvcTransfer.php
CRM/Report/Form.php
CRM/Utils/Cache.php
CRM/Utils/Chart.php
CRM/Utils/Migrate/ExportJSON.php
CRM/Utils/Recent.php
tools/scripts/solr/createSyncJSON.php