Merge pull request #4923 from colemanw/invoice_id
[civicrm-core.git] / api / v3 / SurveyRespondant.php
index 01c1be3c4c213c083f316538e52b6739ff7155f1..11cd9170de39f83edc64c73f9ab54aba7d1a7ce4 100644 (file)
@@ -43,14 +43,12 @@ function _civicrm_api3_survey_respondant_deprecation() {
 
 /**
  * Get the list of signatories
- *
+ * @deprecated - api currently not supported
  * @param array $params
  *   (reference ) input parameters.
  *
  * @return array
- *   (reference )        contribution_id of created or updated record
- * @access public
- * @deprecated - api currently not supported
+ *  contribution_id of created or updated record
  */
 function civicrm_api3_survey_respondant_get(&$params) {
 
@@ -80,6 +78,8 @@ function civicrm_api3_survey_respondant_get(&$params) {
 
 /**
  * @deprecated - api currently not supported
+ * @param array $params
+ * @return array
  */
 function &civicrm_api3_survey_respondant_count($params) {