comment fixes, formatting, duplicate array key
[civicrm-core.git] / api / v3 / LocationType.php
index 21d637ec86a7efa54eb350f8fdfd478c9daaa9f6..513fff7e283eee9ce9fe56c43e7be31c90dd9b4d 100644 (file)
@@ -43,6 +43,8 @@
  *
  * @example LocationTypeCreate.php Standard Create Example
  *
+ * @param $params
+ *
  * @return array API result array
  * {@getfields email_create}
  * @access public
@@ -74,7 +76,7 @@ function _civicrm_api3_location_type_create_spec(&$params) {
  *
  * @example LocationTypeDelete.php Standard Delete Example
  *
- * @return boolean | error  true if successfull, error otherwise
+ * @return array API result array
  * {@getfields LocationType_delete}
  * @access public
  */