fix some spelling:
[civicrm-core.git] / api / v3 / Location.php
index 54c1822bf456c721a156115e8f68c6338a0129e6..824f708c3db37b853e8b2fbf35b6234a39d30c5d 100644 (file)
@@ -2,6 +2,8 @@
 
 /**
  *  Functions to inform caller that Location is obsolete and Address, Phone, Email, Website should be used
+ * @param $params
+ * @return array
  */
 function civicrm_api3_location_create($params) {
   return civicrm_api3_create_error("API (Location, Create) does not exist, use the Address/Phone/Email/Website API instead", array('obsoleted' => TRUE));