towards more standardised fn comments:
[civicrm-core.git] / api / v3 / Phone / Get.php
index f72075eddd03519693ead19a5adbeb802dcf34e3..e47b4b712b280ef41840146d98e37ed4f1baaaff 100644 (file)
@@ -42,7 +42,7 @@
  *   Array per getfields metadata.
  *
  * @return array
- *   details of found phones else error
+ *   API result array
  */
 function civicrm_api3_phone_get($params) {
   return _civicrm_api3_basic_get(_civicrm_api3_get_BAO(__FUNCTION__), $params);