Merge pull request #3316 from davecivicrm/commentAndDropdownFix
[civicrm-core.git] / CRM / Member / Form.php
index 630f06fde7f34073e0fe81f6e678c0d339c361fd..749bb46ebcc40cd7aa9cf941254259769b0024f4 100644 (file)
@@ -64,7 +64,7 @@ class CRM_Member_Form extends CRM_Core_Form {
    *
    * @access public
    *
-   * @return void
+   * @return array defaults
    */
   function setDefaultValues() {
     $defaults = array();
@@ -171,6 +171,9 @@ class CRM_Member_Form extends CRM_Core_Form {
    *  - contact_id
    *  - soft_credit_contact_id
    */
+  /**
+   * @param $formValues
+   */
   function storeContactFields($formValues){
     // in a 'standalone form' (contact id not in the url) the contact will be in the form values
     if (!empty($formValues['contact_id'])) {