Merge pull request #5097 from PalanteJon/CRM-15917
[civicrm-core.git] / CRM / Contact / Form / ProfileContact.php
index b860cf7c0b72ed8c3512bc6afca1b903a2bccac0..9aaf558b931f264c031c48e2d8e367fd21a4edbd 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -37,7 +37,7 @@ class CRM_Contact_Form_ProfileContact {
   protected $_mode;
 
   /**
-   * Set variables up before form is built
+   * Set variables up before form is built.
    *
    * @param CRM_Core_Form $form
    *
@@ -78,7 +78,6 @@ class CRM_Contact_Form_ProfileContact {
    *
    * @param CRM_Core_Form $form
    *
-   * @static
    */
   public static function buildQuickForm(&$form) {
     $ufGroup = new CRM_Core_DAO_UFGroup();
@@ -155,4 +154,5 @@ class CRM_Contact_Form_ProfileContact {
       }
     }
   }
+
 }