Merge pull request #4865 from eileenmcnaughton/my-first-factory
[civicrm-core.git] / api / v3 / FinancialType.php
index c0cb44c7ff01d63720b677c600cc75eda41410dd..d222363c939e54e635f65a6f3953f225196bc31d 100644 (file)
@@ -2,7 +2,7 @@
 
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -41,7 +41,7 @@
  * {@getfields financial_type_create}
  * @example financial_typeCreate.php
  *
- * @param $params
+ * @param array $params
  *
  * @return array of newly created financial_type property values.
  * @access public
@@ -57,7 +57,7 @@ function civicrm_api3_financial_type_create($params) {
  * {@getfields financial_type_get}
  * @example financial_typeCreate.php
  *
- * @param $params
+ * @param array $params
  *
  * @return array of retrieved financial_type property values.
  * @access public
@@ -73,7 +73,7 @@ function civicrm_api3_financial_type_get($params) {
  * {@getfields financial_type_delete}
  * @example financial_typeCreate.php
  *
- * @param $params
+ * @param array $params
  *
  * @return array of deleted values.
  * @access public