Style warning
authorMatthew Wire <mjw@mjwconsult.co.uk>
Mon, 7 Aug 2017 10:34:16 +0000 (11:34 +0100)
committerMatthew Wire <mjw@mjwconsult.co.uk>
Mon, 7 Aug 2017 10:34:16 +0000 (11:34 +0100)
api/v3/Case.php

index ec11167b5735f6db2d1d62ba3781b6a080bfb4ab..b51bfe335daff8ef185ded4b28bfd82f32bef713 100644 (file)
@@ -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'),
       )
     );
   }