INFRA-132 - Trailing commas for multiline arrays
[civicrm-core.git] / CRM / Report / Form / Contact / Detail.php
index fb04d5da78a1b01c9ed304b498feb552205764c0..5d64032f571d19e18fe68a3efaa91d294005d437 100644 (file)
@@ -41,7 +41,7 @@ class CRM_Report_Form_Contact_Detail extends CRM_Report_Form {
     'Contact',
     'Individual',
     'Household',
-    'Organization'
+    'Organization',
   );
 
   /**
@@ -100,7 +100,7 @@ class CRM_Report_Form_Contact_Detail extends CRM_Report_Form {
             'title' => ts('Last Name, First Name'),
             'default' => '1',
             'default_weight' => '0',
-            'default_order' => 'ASC'
+            'default_order' => 'ASC',
           ),
         ),
       ),
@@ -335,8 +335,8 @@ class CRM_Report_Form_Contact_Detail extends CRM_Report_Form {
         'fields' => array(
           'phone' => NULL,
           'phone_ext' => array(
-            'title' => ts('Phone Extension')
-          )
+            'title' => ts('Phone Extension'),
+          ),
         ),
         'grouping' => 'contact-fields',
       ),
@@ -359,7 +359,7 @@ class CRM_Report_Form_Contact_Detail extends CRM_Report_Form {
       'membership_civireport',
       'participant_civireport',
       'relationship_civireport',
-      'activity_civireport'
+      'activity_civireport',
     );
     foreach ($this->_columns as $tableName => $table) {
       if (array_key_exists('fields', $table)) {