minor fix
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Tue, 12 Jan 2016 08:28:38 +0000 (13:58 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Tue, 12 Jan 2016 08:28:38 +0000 (13:58 +0530)
CRM/Event/BAO/Participant.php

index c0c43b6499bb85e4cdc2b40b63ec223a2bfa88b6..60d8b7d560d5f76fdd25899862c4e990089030be 100644 (file)
@@ -2226,9 +2226,9 @@ WHERE (entity_table = 'civicrm_participant' AND entity_id = {$participantId} AND
   }
 
   /**
-   *CRM-17797 -- Format fields and setDefaults for primary and additional participants profile
-   *@param int $contactId
-   *@param $form array
+   * CRM-17797 -- Format fields and setDefaults for primary and additional participants profile
+   * @param int $contactId
+   * @param CRM_Core_Form $form
    */
   public static function formatFieldsAndSetProfileDefaults($contactId, &$form) {
     if (!$contactId) {