CRM-16373 - Simplify UpdateConfigBackend and doSiteMove()
[civicrm-core.git] / CRM / Admin / Form / LocationType.php
index 7192e54b9d4395b1d7585158c94855dc93b11998..0646f7957f9b98123458c561047b3ae63c8e902b 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * This class generates form components for Location Type
- *
+ * This class generates form components for Location Type.
  */
 class CRM_Admin_Form_LocationType extends CRM_Admin_Form {
 
   /**
    * Build the form object.
-   *
-   * @return void
    */
   public function buildQuickForm() {
     parent::buildQuickForm();
@@ -89,9 +84,6 @@ class CRM_Admin_Form_LocationType extends CRM_Admin_Form {
 
   /**
    * Process the form submission.
-   *
-   *
-   * @return void
    */
   public function postProcess() {
     CRM_Utils_System::flushCache('CRM_Core_DAO_LocationType');