a few more comment fixes
[civicrm-core.git] / api / v3 / utils.php
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
  */