Merge pull request #2349 from eileenmcnaughton/CRM-14080
[civicrm-core.git] / CRM / ACL / Form / EntityRole.php
index 6436622d66136ae1ee6e4c4e82fce515cc40d98b..f6b2ec1b624efe1dfe2d6323313384bb2becb667 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.4                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2013                                |
  +--------------------------------------------------------------------+
@@ -45,7 +45,7 @@ class CRM_ACL_Form_EntityRole extends CRM_Admin_Form {
   /**
    * Function to build the form
    *
-   * @return None
+   * @return void
    * @access public
    */
   public function buildQuickForm() {
@@ -76,7 +76,7 @@ class CRM_ACL_Form_EntityRole extends CRM_Admin_Form {
    *
    * @access public
    *
-   * @return None
+   * @return void
    */
   public function postProcess() {
     CRM_ACL_BAO_Cache::resetCache();