Fixed "{@inheritDoc}" back to "@inheritDoc" to preserve consistency.
authorSaurabh Batra <saurabh.batra96@gmail.com>
Sun, 4 Oct 2015 08:35:51 +0000 (14:05 +0530)
committerSaurabh Batra <saurabh.batra96@gmail.com>
Sun, 4 Oct 2015 08:35:51 +0000 (14:05 +0530)
CRM/Pledge/Info.php
CRM/Pledge/Selector/Search.php

index b1bdc6f072b183242e85d26f9054e3c8748cd8f6..6dba5215769202d800c9d8b46393174bd4b0dcc4 100644 (file)
@@ -36,7 +36,7 @@
 class CRM_Pledge_Info extends CRM_Core_Component_Info {
 
   /**
-   * {@inheritDoc}
+   * @inheritDoc
    */
   protected $keyword = 'pledge';
 
@@ -60,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.
@@ -101,7 +101,7 @@ class CRM_Pledge_Info extends CRM_Core_Component_Info {
   }
 
   /**
-   * {@inheritDoc}
+   * @inheritDoc
    * Provides information about user dashboard element
    * offered by this component.
    *
@@ -120,7 +120,7 @@ class CRM_Pledge_Info extends CRM_Core_Component_Info {
   }
 
   /**
-   * {@inheritDoc}
+   * @inheritDoc
    * Provides information about user dashboard element
    * offered by this component.
    *
@@ -137,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,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
index 183f57e851bf3fb8cf3026e5464f32423c5e9755..77bba6a6cd9fc8faefbe5535d944671d2caff9b0 100644 (file)
@@ -362,7 +362,7 @@ class CRM_Pledge_Selector_Search extends CRM_Core_Selector_Base {
   /**
    * Get qill (display what was searched on).
    *
-   * {@inheritDoc}
+   * @inheritDoc
    */
   public function getQILL() {
     return $this->_query->qill();