CRM-15905 fix - API: problem sorting contacts on ID
[civicrm-core.git] / api / v3 / ReportInstance.php
index 64e5196ef03a08ffca0a4617e233b2299ccdaf7d..ebf7a44c9681a585ae7ac0c24d4da67e986e84a7 100644 (file)
@@ -1,20 +1,20 @@
 <?php
 
 /**
- * Retrieve a report instance
+ * Retrieve a report instance.
  *
  * @param array $params
  *   Input parameters.
  *
  * @return array
- *   details of found instances
+ *   Details of found instances
  */
 function civicrm_api3_report_instance_get($params) {
   return _civicrm_api3_basic_get(_civicrm_api3_get_BAO(__FUNCTION__), $params);
 }
 
 /**
- *  Add or update a report instance.
+ * Add or update a report instance.
  *
  * @param array $params
  *
@@ -39,7 +39,7 @@ function _civicrm_api3_report_instance_create_spec(&$params) {
 }
 
 /**
- * Deletes an existing ReportInstance
+ * Deletes an existing ReportInstance.
  *
  * @param array $params
  *