(NFC) Update CRM/Event folder for the new coder style
[civicrm-core.git] / CRM / Event / Form / EventFees.php
index 655a7b93b2f1e441623f5bf2037b026f589ed153..f5972943bfdef98855b698d5f467ec6a8f5ccc61 100644 (file)
@@ -225,12 +225,12 @@ class CRM_Event_Form_EventFees {
       $contribution->id = $contriId;
       $contribution->find(TRUE);
       foreach ([
-                 'financial_type_id',
-                 'payment_instrument_id',
-                 'contribution_status_id',
-                 'receive_date',
-                 'total_amount',
-               ] as $f) {
+        'financial_type_id',
+        'payment_instrument_id',
+        'contribution_status_id',
+        'receive_date',
+        'total_amount',
+      ] as $f) {
         $defaults[$form->_pId][$f] = $contribution->$f;
       }
     }