Merge pull request #4755 from webaccess/master
[civicrm-core.git] / CRM / Contact / Form / ProfileContact.php
index b6f12cbf5703130978171c2a2fb2859c98d964da..b2d3e75da06d9a71c08a2fbfc2d197ee0d4c8bb4 100644 (file)
@@ -37,9 +37,9 @@ class CRM_Contact_Form_ProfileContact {
   protected $_mode;
 
   /**
-   * Function to set variables up before form is built
+   * Set variables up before form is built
    *
-   * @param $form
+   * @param CRM_Core_Form $form
    *
    * @return void
    * @access public
@@ -75,12 +75,9 @@ class CRM_Contact_Form_ProfileContact {
   }
 
   /**
-   * Function to build form for honoree contact / on behalf of organization.
-   *
-   * @param $form              object  invoking Object
+   * Build form for honoree contact / on behalf of organization.
    *
-   * @internal param string $contactType contact type
-   * @internal param string $title fieldset title
+   * @param CRM_Core_Form $form
    *
    * @static
    */