Merge pull request #16138 from eileenmcnaughton/static
[civicrm-core.git] / CRM / Member / BAO / Membership.php
index 4d51b83ef204a1348acb0213bcf502e8cb5afe10..9cfd7a67e12c8f27272c164de15dcfc3b0695939 100644 (file)
@@ -447,6 +447,9 @@ class CRM_Member_BAO_Membership extends CRM_Member_DAO_Membership {
    *
    * @return array
    *   array of contact_id of all related contacts.
+   *
+   * @throws \CRM_Core_Exception
+   * @throws \CiviCRM_API3_Exception
    */
   public static function checkMembershipRelationship($membershipTypeID, $contactId, $action = CRM_Core_Action::ADD) {
     $contacts = [];