Merge pull request #3679 from yashodha/CRM-14951
[civicrm-core.git] / api / v3 / FinancialType.php
index 9afe0ab262c1d80e5d73aee6e49251fb63380e3c..c0cb44c7ff01d63720b677c600cc75eda41410dd 100644 (file)
@@ -41,6 +41,8 @@
  * {@getfields financial_type_create}
  * @example financial_typeCreate.php
  *
+ * @param $params
+ *
  * @return array of newly created financial_type property values.
  * @access public
  */
@@ -55,6 +57,8 @@ function civicrm_api3_financial_type_create($params) {
  * {@getfields financial_type_get}
  * @example financial_typeCreate.php
  *
+ * @param $params
+ *
  * @return array of retrieved financial_type property values.
  * @access public
  */
@@ -69,6 +73,8 @@ function civicrm_api3_financial_type_get($params) {
  * {@getfields financial_type_delete}
  * @example financial_typeCreate.php
  *
+ * @param $params
+ *
  * @return array of deleted values.
  * @access public
  */