From dcc94695dcd0ed9d59ff9d04760884fce10769ca Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sat, 24 May 2014 15:51:06 +1200 Subject: [PATCH] add one more missing comment block --- CRM/Contact/Form/Search/Custom/ActivitySearch.php | 3 ++- CRM/Contact/Form/Search/Custom/RandomSegment.php | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CRM/Contact/Form/Search/Custom/ActivitySearch.php b/CRM/Contact/Form/Search/Custom/ActivitySearch.php index 03cacff34f..aa46e53207 100644 --- a/CRM/Contact/Form/Search/Custom/ActivitySearch.php +++ b/CRM/Contact/Form/Search/Custom/ActivitySearch.php @@ -350,8 +350,9 @@ class CRM_Contact_Form_Search_Custom_ActivitySearch implements CRM_Contact_Form_ return implode(' AND ', $clauses); } - /* + /** * Functions below generally don't need to be modified + * @return integer */ function count() { $sql = $this->all(); diff --git a/CRM/Contact/Form/Search/Custom/RandomSegment.php b/CRM/Contact/Form/Search/Custom/RandomSegment.php index 9d6f8a3305..1601c7ebf4 100644 --- a/CRM/Contact/Form/Search/Custom/RandomSegment.php +++ b/CRM/Contact/Form/Search/Custom/RandomSegment.php @@ -360,6 +360,9 @@ class CRM_Contact_Form_Search_Custom_RandomSegment extends CRM_Contact_Form_Sear } } + /** + * @return mixed + */ /** * @return mixed */ -- 2.25.1