bulk comment fix
[civicrm-core.git] / CRM / Member / BAO / MembershipStatus.php
index 0ba28147042663f850941d40fe736517cbac6558..6d892109df2ca564fa564326403e0a43904dcb5a 100644 (file)
@@ -208,16 +208,17 @@ class CRM_Member_BAO_MembershipStatus extends CRM_Member_DAO_MembershipStatus {
   /**
    * Function to find the membership status based on start date, end date, join date & status date.
    *
-   * @param  date    $startDate      start date of the member whose membership status is to be calculated.
-   * @param  date    $endDate        end date of the member whose membership status is to be calculated.
-   * @param  date    $joinDate       join date of the member whose membership status is to be calculated.
-   * @param  date    $statusDate     status date of the member whose membership status is to be calculated.
+   * @param  date $startDate start date of the member whose membership status is to be calculated.
+   * @param  date $endDate end date of the member whose membership status is to be calculated.
+   * @param  date $joinDate join date of the member whose membership status is to be calculated.
+   * @param \date|string $statusDate status date of the member whose membership status is to be calculated.
    * @param  boolean $excludeIsAdmin exclude the statuses those having is_admin = 1
-   * @param integer $membershipType membership type id - passed to the hook
+   * @param $membershipTypeID
    * @param array $membership membership params as available to calling function - passed to the hook
    *
-   * @return
-   * @static
+   * @internal param int $membershipType membership type id - passed to the hook
+   * @return array
+  @static
    */
   static function getMembershipStatusByDate($startDate, $endDate, $joinDate,
     $statusDate = 'today', $excludeIsAdmin = FALSE, $membershipTypeID, $membership = array()