INFRA-132 - Trailing commas for multiline arrays
[civicrm-core.git] / CRM / Case / ManagedEntities.php
index 6f0c5d47bc3f3d97d663632b3f5c9f5eafeafa66..727c71dc55f5ab7750ee431970a7132ce738465b 100644 (file)
@@ -77,7 +77,7 @@ class CRM_Case_ManagedEntities {
           'name' => $actType,
           'description' => $actType,
           'component_id' => 'CiviCase',
-        )
+        ),
       );
 
       // We'll create managed-entity if this record doesn't exist yet
@@ -125,7 +125,7 @@ class CRM_Case_ManagedEntities {
           'contact_type_b' => 'Individual',
           'contact_sub_type_a' => NULL,
           'contact_sub_type_b' => NULL,
-        )
+        ),
       );
 
       // We'll create managed-entity if this record doesn't exist yet