From ffb47ce2b0961b911aa4b2c98f3dd1706df3aedd Mon Sep 17 00:00:00 2001 From: Monish Deb Date: Tue, 13 Jun 2017 14:02:53 +0530 Subject: [PATCH] indentation fix --- CRM/Contact/BAO/GroupContactCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contact/BAO/GroupContactCache.php b/CRM/Contact/BAO/GroupContactCache.php index d8b5deef35..782db05428 100644 --- a/CRM/Contact/BAO/GroupContactCache.php +++ b/CRM/Contact/BAO/GroupContactCache.php @@ -390,7 +390,7 @@ AND refresh_date IS NULL * Function to clear group contact cache and reset the corresponding * group's cache and refresh date * - * @param int $groupID + * @param int $groupID * */ public static function clearGroupContactCache($groupID) { -- 2.25.1