From: jitendrapurohit Date: Wed, 27 May 2015 11:28:38 +0000 (+0530) Subject: warning fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=822019c0af260f2fef17ad2fc1226cab5ac41d3d;p=civicrm-core.git warning fix --- 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 */