Ian province abbreviation patch - issue 724
[civicrm-core.git] / CRM / Contact / Form / Inline / ContactInfo.php
index 246b66ce203db454382be53b0951c9f0c9035ce6..9ed6b745972ea934972297315d12473d2b382638 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * form helper class for contact info section
+ * Form helper class for contact info section.
  */
 class CRM_Contact_Form_Inline_ContactInfo extends CRM_Contact_Form_Inline {
 
   /**
    * Build the form object elements.
-   *
-   * @return void
    */
   public function buildQuickForm() {
     parent::buildQuickForm();
@@ -62,8 +58,6 @@ class CRM_Contact_Form_Inline_ContactInfo extends CRM_Contact_Form_Inline {
 
   /**
    * Process the form.
-   *
-   * @return void
    */
   public function postProcess() {
     $params = $this->exportValues();