Merge pull request #4899 from colemanw/INFRA-132
[civicrm-core.git] / CRM / Event / BAO / Participant.php
index 941740fa8ace9ef0248cec4dddae82559e004d46..76c084bc570400b291d71f0068823838628c348a 100644 (file)
@@ -68,7 +68,6 @@ class CRM_Event_BAO_Participant extends CRM_Event_DAO_Participant {
   );
 
   /**
-   *
    */
   public function __construct() {
     parent::__construct();
@@ -352,7 +351,8 @@ class CRM_Event_BAO_Participant extends CRM_Event_DAO_Participant {
    * @param bool $returnWaitingCount
    * @param bool $considerTestParticipant
    *
-   * @return bool|int|null|string 1. false                 => If event having some empty spaces.
+   * @return bool|int|null|string
+   *   1. false                 => If event having some empty spaces.
    * @static
    */
   static function eventFull(
@@ -1694,7 +1694,8 @@ UPDATE  civicrm_participant
    *
    * @param int $participantId
    *
-   * @return true if participant is primary
+   * @return bool
+   *   true if participant is primary
    */
   public static function isPrimaryParticipant($participantId) {
 
@@ -1717,7 +1718,8 @@ UPDATE  civicrm_participant
    * @param int $newStatusId
    *   New status.
    *
-   * @return true if allowed
+   * @return bool
+   *   true if allowed
    */
   public static function getValidAdditionalIds($participantId, $oldStatusId, $newStatusId) {