From 18174a47042efcabfe5aba7213448b166af9a931 Mon Sep 17 00:00:00 2001 From: Matthew Wire Date: Mon, 7 Aug 2017 11:34:16 +0100 Subject: [PATCH] Style warning --- api/v3/Case.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v3/Case.php b/api/v3/Case.php index ec11167b57..b51bfe335d 100644 --- a/api/v3/Case.php +++ b/api/v3/Case.php @@ -67,7 +67,7 @@ function civicrm_api3_case_create($params) { civicrm_api3_verify_mandatory($params, NULL, array( 'contact_id', 'subject', - array('case_type', 'case_type_id') + array('case_type', 'case_type_id'), ) ); } -- 2.25.1