Merge pull request #4627 from colemanw/docblocks
[civicrm-core.git] / CRM / Core / BAO / ConfigSetting.php
index 1e9658270e539862d0ebabd052097efcd68824b9..279a2fb8607eef750adce83154c2b5802d763027 100644 (file)
 class CRM_Core_BAO_ConfigSetting {
 
   /**
-   * Function to create civicrm settings. This is the same as add but it clears the cache and
+   * create civicrm settings. This is the same as add but it clears the cache and
    * reloads the config object
    *
-   * @params array $params associated array of civicrm variables
-   *
-   * @param $params
+   * @param array $params associated array of civicrm variables
    *
    * @return null
    * @static
@@ -60,11 +58,9 @@ class CRM_Core_BAO_ConfigSetting {
   }
 
   /**
-   * Function to add civicrm settings
-   *
-   * @params array $params associated array of civicrm variables
+   * add civicrm settings
    *
-   * @param $params
+   * @param array $params associated array of civicrm variables
    *
    * @return null
    * @static
@@ -143,11 +139,9 @@ class CRM_Core_BAO_ConfigSetting {
   }
 
   /**
-   * Function to fix civicrm setting variables
-   *
-   * @params array $params associated array of civicrm variables
+   * fix civicrm setting variables
    *
-   * @param $params
+   * @param array $params associated array of civicrm variables
    *
    * @return null
    * @static