From d7923f9ad19f60a3f084c20c3e55db5d7292e786 Mon Sep 17 00:00:00 2001 From: Saurabh Batra Date: Sun, 4 Oct 2015 14:05:51 +0530 Subject: [PATCH] Fixed "{@inheritDoc}" back to "@inheritDoc" to preserve consistency. --- CRM/Pledge/Info.php | 12 ++++++------ CRM/Pledge/Selector/Search.php | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CRM/Pledge/Info.php b/CRM/Pledge/Info.php index b1bdc6f072..6dba521576 100644 --- a/CRM/Pledge/Info.php +++ b/CRM/Pledge/Info.php @@ -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 diff --git a/CRM/Pledge/Selector/Search.php b/CRM/Pledge/Selector/Search.php index 183f57e851..77bba6a6cd 100644 --- a/CRM/Pledge/Selector/Search.php +++ b/CRM/Pledge/Selector/Search.php @@ -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(); -- 2.25.1