X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCampaign%2FPseudoConstant.php;h=e121a86d5b6f32dfd97bd29ed7e3505d511bbcc0;hb=9585cabb995de30da705ab3349d15f048f128ab4;hp=a5fb362a1e3a921c8a36b978d99ca82c243bc938;hpb=fe1f07566a533c23e40b453bf6eb8972d46c6e5a;p=civicrm-core.git diff --git a/CRM/Campaign/PseudoConstant.php b/CRM/Campaign/PseudoConstant.php index a5fb362a1e..e121a86d5b 100644 --- a/CRM/Campaign/PseudoConstant.php +++ b/CRM/Campaign/PseudoConstant.php @@ -47,16 +47,17 @@ class CRM_Campaign_PseudoConstant extends CRM_Core_PseudoConstant { * Campaign Type * @var array */ - private static $campaignType = array(); + private static $campaignType = []; /** * Campaign Status * @var array */ - private static $campaignStatus = array(); + private static $campaignStatus = []; /** * Engagement Level + * @var int */ private static $engagementLevel;