X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FBase.php;h=de1a5c133cc070ee4cc123261055a194226baba0;hb=2a1b91d9d51fa0f993c625e31f08db52964876ea;hp=99fcce5cbc9c24c0eeb6e460a13158b69fd4e72f;hpb=00be918220e9ac8f6d25d12ed3c9c49fddd07ff7;p=civicrm-core.git diff --git a/CRM/Core/Base.php b/CRM/Core/Base.php index 99fcce5cbc..de1a5c133c 100644 --- a/CRM/Core/Base.php +++ b/CRM/Core/Base.php @@ -23,7 +23,7 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** * The Base class of the CRM hierarchy. Currently does not provide @@ -44,8 +44,9 @@ require_once 'CRM/Core/I18n.php'; class CRM_Core_Base { /** - * Constructor + * Constructor. */ - public function __construct() {} -} + public function __construct() { + } +}