comment fixes, formatting, duplicate array key
[civicrm-core.git] / api / v3 / LocationType.php
index ddf9a120c5fd2474fc55398c0b2cff6f257412ca..513fff7e283eee9ce9fe56c43e7be31c90dd9b4d 100644 (file)
@@ -2,9 +2,9 @@
 
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -32,7 +32,7 @@
  * @package CiviCRM_APIv3
  * @subpackage API_LocationType
  *
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * @version $Id: LocationType.php 2012-11-02 Jon Goldberg $
  */
 
@@ -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
  */