X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FError.php;h=a32df209640f523f957c6236db59c63459caf9db;hb=22b09a42038ba8edfccdf1777c4241162b35498a;hp=df1ab58a6155d35a1adafe668f3ed2ff86a9f098;hpb=940762f5102cdaa3f4d0fcd95696be68d39c70e2;p=civicrm-core.git diff --git a/CRM/Core/Error.php b/CRM/Core/Error.php index df1ab58a61..a32df20964 100644 --- a/CRM/Core/Error.php +++ b/CRM/Core/Error.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2017 | + | Copyright CiviCRM LLC (c) 2004-2018 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -30,7 +30,7 @@ * PEAR_ErrorStack and use that framework * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2017 + * @copyright CiviCRM LLC (c) 2004-2018 */ require_once 'PEAR/ErrorStack.php'; @@ -106,7 +106,7 @@ class CRM_Core_Error extends PEAR_ErrorStack { * @param bool $throwPEAR_Error * @param string $stackClass * - * @return object + * @return CRM_Core_Error */ public static function &singleton($package = NULL, $msgCallback = FALSE, $contextCallback = FALSE, $throwPEAR_Error = FALSE, $stackClass = 'PEAR_ErrorStack') { if (self::$_singleton === NULL) {