X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FPseudoConstant.php;h=6ffc725adfcc1ebfd6b541b007ccc7b2e454a093;hb=1e1ed556e29f820a3834d8b1d45e979bca8c720f;hp=96242396089006b3083dbb5b23d2c77cbf7db306;hpb=6617ddeb915cd1f4a00ec498ff43be6e058bbfce;p=civicrm-core.git diff --git a/CRM/Utils/PseudoConstant.php b/CRM/Utils/PseudoConstant.php index 9624239608..6ffc725adf 100644 --- a/CRM/Utils/PseudoConstant.php +++ b/CRM/Utils/PseudoConstant.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2015 | + | Copyright CiviCRM LLC (c) 2004-2017 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -27,7 +27,7 @@ /** * @package CRM - * @copyright CiviCRM LLC (c) 2004-2015 + * @copyright CiviCRM LLC (c) 2004-2017 */ /** @@ -45,7 +45,7 @@ class CRM_Utils_PseudoConstant { ); /** - * @var array + * @var array * ($name => $className) */ private static $constants = NULL;