X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCampaign%2FPseudoConstant.php;h=e121a86d5b6f32dfd97bd29ed7e3505d511bbcc0;hb=bcdcf4718a93376d07a0a6ec53005c0c0fa39ebf;hp=4b3adb74666c0fd44fecbaa62f671ca1c0ec6003;hpb=5e27028609a22fb01370d7ed1d7a9290ff27918f;p=civicrm-core.git diff --git a/CRM/Campaign/PseudoConstant.php b/CRM/Campaign/PseudoConstant.php index 4b3adb7466..e121a86d5b 100644 --- a/CRM/Campaign/PseudoConstant.php +++ b/CRM/Campaign/PseudoConstant.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2018 | + | Copyright CiviCRM LLC (c) 2004-2019 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,7 +28,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2018 + * @copyright CiviCRM LLC (c) 2004-2019 */ /** @@ -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;