From f4e4d7c3cb364d8d24fd363b197ecd5874744fcd Mon Sep 17 00:00:00 2001 From: Jamie McClelland Date: Thu, 10 Aug 2017 15:22:41 -0400 Subject: [PATCH] CRM-16964 - one more style fix - indententation. --- tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php b/tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php index d0bc4d5689..9d09a934af 100644 --- a/tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php +++ b/tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php @@ -396,7 +396,7 @@ class CRM_Contact_Import_Parser_ContactTest extends CiviUnitTestCase { 'custom_' . $customField1, 'job_title', 'custom_' . $customField2, - ), + ), ); $result = civicrm_api3('Contact', 'get', $params); $values = array_pop($result['values']); -- 2.25.1