From bb2d2335d71be67678cd9e2765cae3e47e1b2df6 Mon Sep 17 00:00:00 2001 From: Monish Deb Date: Tue, 5 Sep 2017 16:47:32 +0530 Subject: [PATCH] style warning fix --- tests/phpunit/api/v3/ContactTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/api/v3/ContactTest.php b/tests/phpunit/api/v3/ContactTest.php index ca3a70cb5e..1c0d905a72 100644 --- a/tests/phpunit/api/v3/ContactTest.php +++ b/tests/phpunit/api/v3/ContactTest.php @@ -3516,7 +3516,7 @@ class api_v3_ContactTest extends CiviUnitTestCase { * @param $contact */ protected function putGroupContactCacheInClearableState($groupID, $contact) { -// We need to force the situation where there is invalid data in the cache and it + // We need to force the situation where there is invalid data in the cache and it // is due to be cleared. CRM_Core_DAO::executeQuery(" INSERT INTO civicrm_group_contact_cache (group_id, contact_id) -- 2.25.1