Merge pull request #4923 from colemanw/invoice_id
[civicrm-core.git] / api / v3 / SurveyRespondant.php
index c6993b2c1b4f01b25e6afeb98898326c27a1b78e..11cd9170de39f83edc64c73f9ab54aba7d1a7ce4 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
@@ -44,15 +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
- * @static void
- * @access public
- * @deprecated - api currently not supported
+ *  contribution_id of created or updated record
  */
 function civicrm_api3_survey_respondant_get(&$params) {
 
@@ -82,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) {