X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FForm%2FProfileContact.php;h=b2d3e75da06d9a71c08a2fbfc2d197ee0d4c8bb4;hb=9a312126c83ae41ab14df6054068681dfe55fb93;hp=b6f12cbf5703130978171c2a2fb2859c98d964da;hpb=0ec03e9fabc23b802ac80cb68c44b5abaf7f8585;p=civicrm-core.git diff --git a/CRM/Contact/Form/ProfileContact.php b/CRM/Contact/Form/ProfileContact.php index b6f12cbf57..b2d3e75da0 100644 --- a/CRM/Contact/Form/ProfileContact.php +++ b/CRM/Contact/Form/ProfileContact.php @@ -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 */