(NFC) Bring CRM/Utils folder up to future coder standards
[civicrm-core.git] / CRM / Utils / Migrate / Export.php
index c6b372fc15d632cb76a8b4b62a79b4e7da46622c..7497fb962a49714df87f4b9330d977b056805f9b 100644 (file)
@@ -475,14 +475,14 @@ class CRM_Utils_Migrate_Export {
         // hack for extends_entity_column_value
         if ($name == 'extends_entity_column_value') {
           if (in_array($object->extends, [
-              'Event',
-              'Activity',
-              'Relationship',
-              'Individual',
-              'Organization',
-              'Household',
-              'Case',
-            ])) {
+            'Event',
+            'Activity',
+            'Relationship',
+            'Individual',
+            'Organization',
+            'Household',
+            'Case',
+          ])) {
             if ($object->extends == 'Event') {
               $key = 'event_type';
             }