Merge pull request #5049 from totten/master-mailing-multiling
[civicrm-core.git] / CRM / Admin / Form / Setting / UF.php
index 2b9607620d72fae20574e4b21fb02e3a708f8824..6c18f9b35faab06e074c2c47731a5a2e6c49387d 100644 (file)
@@ -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,10 +44,9 @@ class CRM_Admin_Form_Setting_UF extends CRM_Admin_Form_Setting {
   protected $_uf = NULL;
 
   /**
-   * Build the form object
+   * Build the form object.
    *
    * @return void
-   * @access public
    */
   public function buildQuickForm() {
     $config = CRM_Core_Config::singleton();
@@ -98,5 +97,5 @@ class CRM_Admin_Form_Setting_UF extends CRM_Admin_Form_Setting {
 
     parent::buildQuickForm();
   }
-}
 
+}