Merge branch 'angular-tests' of https://github.com/giant-rabbit/civicrm-core into...
[civicrm-core.git] / CRM / Report / Info.php
index 901458705e7f8f01a3993041c647398053f20c6a..2fe166a71d7e9b435f931d5ccb9a01147f922845 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -47,7 +47,6 @@ class CRM_Report_Info extends CRM_Core_Component_Info {
    * class.
    *
    * @return array collection of required component settings
-   * @access public
    *
    */
   /**
@@ -76,7 +75,6 @@ class CRM_Report_Info extends CRM_Core_Component_Info {
    * @param bool $getAllUnconditionally
    *
    * @return array|null collection of permissions, null if none
-   * @access public
    */
   /**
    * @param bool $getAllUnconditionally
@@ -95,7 +93,6 @@ class CRM_Report_Info extends CRM_Core_Component_Info {
    *
    * @return array|null collection of required dashboard settings,
    *                    null if no element offered
-   * @access public
    *
    */
   /**
@@ -110,7 +107,6 @@ class CRM_Report_Info extends CRM_Core_Component_Info {
    * Provides component's user dashboard page object.
    *
    * @return mixed component's User Dashboard applet object
-   * @access public
    *
    */
   /**
@@ -128,7 +124,6 @@ class CRM_Report_Info extends CRM_Core_Component_Info {
    *
    * @return array|null collection of required dashboard settings,
    *                    null if no element offered
-   * @access public
    *
    */
   /**
@@ -146,7 +141,6 @@ class CRM_Report_Info extends CRM_Core_Component_Info {
    *
    * @return array|null collection of required pane settings,
    *                    null if no element offered
-   * @access public
    *
    */
   /**
@@ -165,7 +159,6 @@ class CRM_Report_Info extends CRM_Core_Component_Info {
    * class.
    *
    * @return array|null collection of activity types
-   * @access public
    *
    */
   /**
@@ -181,4 +174,3 @@ class CRM_Report_Info extends CRM_Core_Component_Info {
    */
   public function creatNewShortcut(&$shortCuts) {}
 }
-