Merge branch '4.5' into master
[civicrm-core.git] / api / v3 / ActionSchedule.php
index a4269c2eba7f6f111b6eab2217a56bbfa53875a7..bd4899699fd03240fc48c46199e5ac96ede55e9f 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
@@ -39,7 +38,8 @@
 /**
  * Get CiviCRM Action Schedule details
  * {@getfields action_schedule_create}
- *
+ * @param array $params
+ * @return array
  */
 function civicrm_api3_action_schedule_get($params) {
   return _civicrm_api3_basic_get(_civicrm_api3_get_BAO(__FUNCTION__), $params, 'action_schedule');
@@ -84,9 +84,9 @@ function _civicrm_api3_action_schedule_create_spec(&$params) {
  *   Array containing id of the action_schedule.
  *   to be deleted
  *
- * @return array API result array
+ * @return array
+ *   API result array
  *
- * @access public
  */
 function civicrm_api3_action_schedule_delete($params) {
   return _civicrm_api3_basic_delete(_civicrm_api3_get_BAO(__FUNCTION__), $params);