a few more comment fixes
authorEileen McNaughton <eileen@fuzion.co.nz>
Tue, 13 Jan 2015 00:58:14 +0000 (13:58 +1300)
committerEileen McNaughton <eileen@fuzion.co.nz>
Tue, 13 Jan 2015 00:58:14 +0000 (13:58 +1300)
api/v3/Profile.php
api/v3/RelationshipType.php
api/v3/utils.php

index 0911ea7ac7661e48edf2b2a9e91449526754f9b6..23762b9d2a8c1a13ffc8e4c25d4535bc88a82973 100644 (file)
@@ -43,7 +43,7 @@
  *                             pairs to get profile field values
  *
  * @throws API_Exception
- * @return array|CRM_Error
+ * @return array
  *
  * NOTE this api is not standard & since it is tested we need to honour that
  * but the correct behaviour is for it to return an id indexed array as this supports
@@ -354,7 +354,7 @@ function civicrm_api3_profile_set($params) {
  *                             pairs to profile field values
  *
  * @throws API_Exception
- * @return array|CRM_Error
+ * @return array
  *
  * @todo add example
  * @todo add test cases
index a91d302eceba81f1cd72e6f357fdb928aaa71c05..d7b1eb516e6a39710fefa87bcc9463644e8e4136 100644 (file)
@@ -104,11 +104,10 @@ function civicrm_api3_relationship_type_get($params) {
 /**
  * Delete a relationship type delete
  *
- * @param id of relationship type $id
+ * @param array $params
  *
  * @return array
  *   API Result Array
- * {@getfields RelationshipType_delete}
  */
 function civicrm_api3_relationship_type_delete($params) {
   return _civicrm_api3_basic_delete(_civicrm_api3_get_BAO(__FUNCTION__), $params);
index 56ad948bfda5ecff68f993b8ca32e44b9894c269..7deeab9744d0c79df0e7ec8631c60651ffc7b110 100644 (file)
@@ -848,7 +848,7 @@ function _civicrm_api3_build_fields_array(&$bao, $unique = TRUE) {
 /**
  * build fields array. This is the array of fields as it relates to the given DAO
  * returns unique fields as keys by default but if set but can return by DB fields
- * @param CRM_Core_BAO $bao
+ * @param CRM_Core_DAO $bao
  *
  * @return mixed
  */