INFRA-132 - Batch 14 (g)
[civicrm-core.git] / api / v3 / SurveyRespondant.php
index 4e8f08217e6039403c5de19982ce8a260389c512..11cd9170de39f83edc64c73f9ab54aba7d1a7ce4 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
@@ -35,7 +34,8 @@
 
 /**
  * @deprecated api notice
- * @return string to indicate this entire api entity is deprecated
+ * @return string
+ *   to indicate this entire api entity is deprecated
  */
 function _civicrm_api3_survey_respondant_deprecation() {
   return 'The survey_respondant api is not currently supported.';
@@ -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
- * @static void
- * @access public
- * @deprecated - api currently not supported
+ * @return array
+ *  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) {