X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FReport%2FInfo.php;h=2fe166a71d7e9b435f931d5ccb9a01147f922845;hb=9d29f5f8596366df6a6ae99b97029da639e03004;hp=92f8754454e2c6ebe03693f27e1069223d93ba17;hpb=1761553f7e28866ef0c0a9f54abbb222487cea5c;p=civicrm-core.git diff --git a/CRM/Report/Info.php b/CRM/Report/Info.php index 92f8754454..2fe166a71d 100644 --- a/CRM/Report/Info.php +++ b/CRM/Report/Info.php @@ -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) {} } -