Comment fixes for CRM/Pledge direcctory.
[civicrm-core.git] / CRM / Pledge / Info.php
index 4cbf1279f9d2d9040c7d34f6520141fe154ac4b2..b1bdc6f072b183242e85d26f9054e3c8748cd8f6 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 class CRM_Pledge_Info extends CRM_Core_Component_Info {
 
   /**
-   * @inheritDoc
+   * {@inheritDoc}
    */
   protected $keyword = 'pledge';
 
@@ -62,7 +60,7 @@ class CRM_Pledge_Info extends CRM_Core_Component_Info {
 
 
   /**
-   * @inheritDoc
+   * {@inheritDoc}
    * Provides permissions that are used by component.
    * Needs to be implemented in component's information
    * class.
@@ -103,7 +101,7 @@ class CRM_Pledge_Info extends CRM_Core_Component_Info {
   }
 
   /**
-   * @inheritDoc
+   * {@inheritDoc}
    * Provides information about user dashboard element
    * offered by this component.
    *
@@ -111,9 +109,6 @@ class CRM_Pledge_Info extends CRM_Core_Component_Info {
    *   collection of required dashboard settings,
    *                    null if no element offered
    */
-  /**
-   * @return array|null
-   */
   public function getUserDashboardElement() {
     return array(
       'name' => ts('Pledges'),
@@ -125,7 +120,7 @@ class CRM_Pledge_Info extends CRM_Core_Component_Info {
   }
 
   /**
-   * @inheritDoc
+   * {@inheritDoc}
    * Provides information about user dashboard element
    * offered by this component.
    *
@@ -133,9 +128,6 @@ class CRM_Pledge_Info extends CRM_Core_Component_Info {
    *   collection of required dashboard settings,
    *                    null if no element offered
    */
-  /**
-   * @return array|null
-   */
   public function registerTab() {
     return array(
       'title' => ts('Pledges'),
@@ -145,7 +137,7 @@ class CRM_Pledge_Info extends CRM_Core_Component_Info {
   }
 
   /**
-   * @inheritDoc
+   * {@inheritDoc}
    * Provides information about advanced search pane
    * offered by this component.
    *
@@ -153,9 +145,6 @@ class CRM_Pledge_Info extends CRM_Core_Component_Info {
    *   collection of required pane settings,
    *                    null if no element offered
    */
-  /**
-   * @return array|null
-   */
   public function registerAdvancedSearchPane() {
     return array(
       'title' => ts('Pledges'),
@@ -164,7 +153,7 @@ class CRM_Pledge_Info extends CRM_Core_Component_Info {
   }
 
   /**
-   * @inheritDoc
+   * {@inheritDoc}
    * Provides potential activity types that this
    * component might want to register in activity history.
    * Needs to be implemented in component's information
@@ -173,9 +162,6 @@ class CRM_Pledge_Info extends CRM_Core_Component_Info {
    * @return array|null
    *   collection of activity types
    */
-  /**
-   * @return array|null
-   */
   public function getActivityTypes() {
     return NULL;
   }