From 822019c0af260f2fef17ad2fc1226cab5ac41d3d Mon Sep 17 00:00:00 2001 From: jitendrapurohit Date: Wed, 27 May 2015 16:58:38 +0530 Subject: [PATCH] warning fix --- CRM/Contact/Form/Search/Custom/ContributionAggregate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contact/Form/Search/Custom/ContributionAggregate.php b/CRM/Contact/Form/Search/Custom/ContributionAggregate.php index bceebcaa16..eb4ed36ca5 100644 --- a/CRM/Contact/Form/Search/Custom/ContributionAggregate.php +++ b/CRM/Contact/Form/Search/Custom/ContributionAggregate.php @@ -271,7 +271,7 @@ civicrm_contact AS contact_a * @param int $offset * @param int $rowcount * @param null $sort - * @param boolean $returnSQL Not used; included for consistency with parent; SQL is always returned + * @param bool $returnSQL Not used; included for consistency with parent; SQL is always returned * * @return string */ -- 2.25.1