Merge pull request #3284 from eileenmcnaughton/comments
[civicrm-core.git] / api / v3 / Location.php
index d9a22ad8ba12f04ae9eff1819cc6d21fc8c008d4..45e81ccadfa4a4b84dccb56f448431554dcea902 100644 (file)
@@ -9,10 +9,20 @@ 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));
 }
 
+/**
+ * @param $params
+ *
+ * @return array
+ */
 function civicrm_api3_location_get($params) {
   return civicrm_api3_create_error("API (Location, Get) does not exist, use the Address/Phone/Email/Website API instead", array('obsoleted' => TRUE));
 }
 
+/**
+ * @param $params
+ *
+ * @return array
+ */
 function civicrm_api3_location_delete($params) {
   return civicrm_api3_create_error("API (Location, Delete) does not exist, use the Address/Phone/Email/Website API instead", array('obsoleted' => TRUE));
 }