From bb2711679083b38e0a7eca1d014ee90e64f5464c Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sat, 24 May 2014 15:34:53 +1200 Subject: [PATCH] add autogenerated comments --- CRM/Campaign/Page/DashBoard.php | 3 +++ CRM/Contact/Form/Search/Custom/RandomSegment.php | 5 ++++- CRM/Contact/Form/Search/Custom/TagContributions.php | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CRM/Campaign/Page/DashBoard.php b/CRM/Campaign/Page/DashBoard.php index c125c53d55..ee197aecf8 100644 --- a/CRM/Campaign/Page/DashBoard.php +++ b/CRM/Campaign/Page/DashBoard.php @@ -262,6 +262,9 @@ class CRM_Campaign_Page_DashBoard extends CRM_Core_Page { return $campaignsData; } + /** + * @return mixed + */ function browseSurvey() { // ensure valid javascript - this must have a value set $this->assign('searchParams', json_encode(NULL)); diff --git a/CRM/Contact/Form/Search/Custom/RandomSegment.php b/CRM/Contact/Form/Search/Custom/RandomSegment.php index 88a8508343..9d6f8a3305 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 + */ function count() { $sql = $this->all(); @@ -369,7 +372,7 @@ class CRM_Contact_Form_Search_Custom_RandomSegment extends CRM_Contact_Form_Sear function __destruct() { // the temporary tables are dropped automatically - // so we dont do it here + // so we don't do it here // but let mysql clean up return; } diff --git a/CRM/Contact/Form/Search/Custom/TagContributions.php b/CRM/Contact/Form/Search/Custom/TagContributions.php index 2b6f7399c4..297867a5ee 100644 --- a/CRM/Contact/Form/Search/Custom/TagContributions.php +++ b/CRM/Contact/Form/Search/Custom/TagContributions.php @@ -211,6 +211,9 @@ WHERE $where /* * Functions below generally don't need to be modified */ + /** + * @return mixed + */ function count() { $sql = $this->all(); -- 2.25.1