Merge pull request #3284 from eileenmcnaughton/comments
[civicrm-core.git] / api / v3 / MembershipStatus.php
index c44dc6639a4dbcde9ad642c55ac25a205d163405..a02cd3c484e1410a3c7d1d0b8c707944cb1d9b69 100644 (file)
@@ -142,8 +142,11 @@ function civicrm_api3_membership_status_delete($params) {
  * This API is used for deriving Membership Status of a given Membership
  * record using the rules encoded in the membership_status table.
  *
- * @param  Int     $membershipID  Id of a membership
- * @param  String  $statusDate
+ * @param $membershipParams
+ *
+ * @throws API_Exception
+ * @internal param Int $membershipID Id of a membership
+ * @internal param String $statusDate
  *
  * @return Array  Array of status id and status name
  * @public