CRM-14199 Enhancement - Incorrect Math in Import routines
[civicrm-core.git] / CRM / Contribute / Info.php
index 8c95978dc9f43cd0dc27eebaf438e5dbae71f0a5..88e57343aa2bb30176608d7fd8db3679c40fd36c 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -48,7 +48,6 @@ class CRM_Contribute_Info extends CRM_Core_Component_Info {
    * class.
    *
    * @return array collection of required component settings
-   * @access public
    *
    */
   /**
@@ -76,7 +75,6 @@ class CRM_Contribute_Info extends CRM_Core_Component_Info {
    * @param bool $getAllUnconditionally
    *
    * @return array|null collection of permissions, null if none
-   * @access public
    */
   /**
    * @param bool $getAllUnconditionally
@@ -114,7 +112,6 @@ class CRM_Contribute_Info extends CRM_Core_Component_Info {
    *
    * @return array|null collection of required dashboard settings,
    *                    null if no element offered
-   * @access public
    *
    */
   /**
@@ -135,7 +132,6 @@ class CRM_Contribute_Info extends CRM_Core_Component_Info {
    *
    * @return array|null collection of required dashboard settings,
    *                    null if no element offered
-   * @access public
    *
    */
   /**
@@ -155,7 +151,6 @@ class CRM_Contribute_Info extends CRM_Core_Component_Info {
    *
    * @return array|null collection of required pane settings,
    *                    null if no element offered
-   * @access public
    *
    */
   /**
@@ -176,7 +171,6 @@ class CRM_Contribute_Info extends CRM_Core_Component_Info {
    * class.
    *
    * @return array|null collection of activity types
-   * @access public
    *
    */
   /**
@@ -214,4 +208,3 @@ class CRM_Contribute_Info extends CRM_Core_Component_Info {
     }
   }
 }
-