Merge pull request #6877 from saurabhbatra96/comment-fixes-utils
[civicrm-core.git] / CRM / Admin / Form.php
index 4c45a371fff95fd7960ba1492a267f9da22fb284..897274d55e34c32995c0c44642f32925ccfea300 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * Base class for admin forms
+ * Base class for admin forms.
  */
 class CRM_Admin_Form extends CRM_Core_Form {
 
@@ -113,8 +111,6 @@ class CRM_Admin_Form extends CRM_Core_Form {
 
   /**
    * Add standard buttons.
-   *
-   * @return void
    */
   public function buildQuickForm() {
     if ($this->_action & CRM_Core_Action::VIEW || $this->_action & CRM_Core_Action::PREVIEW) {