comment fixes
authorEileen McNaughton <eileen@fuzion.co.nz>
Sat, 3 May 2014 21:22:30 +0000 (14:22 -0700)
committerEileen McNaughton <eileen@fuzion.co.nz>
Sat, 3 May 2014 21:22:30 +0000 (14:22 -0700)
CRM/Member/BAO/Membership.php

index 39f92236d8dc3dc418665a0aaaa7ff6b7c0a8638..98accda3d65df9c5c68a3fa153e7403bd10df5da 100644 (file)
@@ -418,7 +418,9 @@ class CRM_Member_BAO_Membership extends CRM_Member_DAO_Membership {
    * Function to check the membership extended through relationship
    *
    * @param int $membershipId membership id
-   * @param int $contactId    contact id
+   * @param int $contactId contact id
+   *
+   * @param const $action
    *
    * @return Array    array of contact_id of all related contacts.
    * @static