Merge pull request #6531 from samuelsov/CRM-16561-bis
[civicrm-core.git] / CRM / Admin / Form / ContactType.php
index ba79ff909315d1b0047f481c82fd79eda4879857..09f589c871fcf5f34321acaaae89e2741671cd21 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * This class generates form components for ContactSub Type
- *
+ * This class generates form components for ContactSub Type.
  */
 class CRM_Admin_Form_ContactType extends CRM_Admin_Form {
 
   /**
    * Build the form object.
-   *
-   * @return void
    */
   public function buildQuickForm() {
     parent::buildQuickForm();
@@ -118,9 +113,6 @@ class CRM_Admin_Form_ContactType extends CRM_Admin_Form {
 
   /**
    * Process the form submission.
-   *
-   *
-   * @return void
    */
   public function postProcess() {
     CRM_Utils_System::flushCache();