From 4d42931949ca68edd9e26a36fdb6f2ef3c52a29d Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 2 Feb 2015 22:23:39 +1300 Subject: [PATCH] remove internal param refs --- CRM/Price/BAO/PriceSet.php | 2 -- CRM/Utils/Pager.php | 10 +--------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/CRM/Price/BAO/PriceSet.php b/CRM/Price/BAO/PriceSet.php index 494530164c..cc55a91d12 100644 --- a/CRM/Price/BAO/PriceSet.php +++ b/CRM/Price/BAO/PriceSet.php @@ -484,8 +484,6 @@ WHERE ct.id = cp.financial_type_id AND * @param bool $required * @param bool $validOnly * - * @internal param int $setId - price set id whose details are needed - * * @return array * array consisting of field details */ diff --git a/CRM/Utils/Pager.php b/CRM/Utils/Pager.php index 41a97a49b2..65b29ac741 100644 --- a/CRM/Utils/Pager.php +++ b/CRM/Utils/Pager.php @@ -70,14 +70,6 @@ class CRM_Utils_Pager extends Pager_Sliding { * * @param array $params * - * @internal param \total $int the total count of items to be displayed - * @internal param \currentPage $int the page currently being displayed - * @internal param \status $string the status message to be displayed. It embeds a token - * %%statusMessage%% that will be replaced with which items - * are currently being displayed - * @internal param \csvString $string the title of the link to be displayed for the export - * @internal param \perPage $int the number of items displayed per page - * * @return \CRM_Utils_Pager the newly created and initialized pager object */ public function __construct($params) { @@ -136,7 +128,7 @@ class CRM_Utils_Pager extends Pager_Sliding { /** * Helper function to assign remaining pager options as good default - * values + * values. * * @param array $params * The set of options needed to initialize the parent. -- 2.25.1