Merge pull request #6635 from eileenmcnaughton/comments
[civicrm-core.git] / CRM / ACL / Form / ACL.php
index 04081c984266de1b35b0e5955e5b7a68e531dfbe..cb635d6253dd24402d351d72acf4884da4467f22 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
- */
-
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 class CRM_ACL_Form_ACL extends CRM_Admin_Form {
 
   /**
    * Set default values for the form.
-   *
-   *
-   * @return void
    */
   public function setDefaultValues() {
     $defaults = parent::setDefaultValues();
@@ -113,8 +100,6 @@ class CRM_ACL_Form_ACL extends CRM_Admin_Form {
 
   /**
    * Build the form object.
-   *
-   * @return void
    */
   public function buildQuickForm() {
     parent::buildQuickForm();
@@ -266,9 +251,6 @@ class CRM_ACL_Form_ACL extends CRM_Admin_Form {
 
   /**
    * Process the form submission.
-   *
-   *
-   * @return void
    */
   public function postProcess() {
     // note this also resets any ACL cache