X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FAdmin%2FForm%2FSetting%2FUF.php;h=6c18f9b35faab06e074c2c47731a5a2e6c49387d;hb=d5b9585b3da73a76dada27cfa2f791c6c4763cd5;hp=5ca2b082d71bd679f68a25f0b9d8241d424c59dd;hpb=1219e6af26646ad548b2d7e97a7f345af4655c21;p=civicrm-core.git diff --git a/CRM/Admin/Form/Setting/UF.php b/CRM/Admin/Form/Setting/UF.php index 5ca2b082d7..6c18f9b35f 100644 --- a/CRM/Admin/Form/Setting/UF.php +++ b/CRM/Admin/Form/Setting/UF.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 | +--------------------------------------------------------------------+ -*/ + */ /** * @@ -44,7 +44,7 @@ class CRM_Admin_Form_Setting_UF extends CRM_Admin_Form_Setting { protected $_uf = NULL; /** - * Build the form object + * Build the form object. * * @return void */ @@ -97,4 +97,5 @@ class CRM_Admin_Form_Setting_UF extends CRM_Admin_Form_Setting { parent::buildQuickForm(); } + }