Passed
Push — main ( 8e456c...e52264 )
by Daniel
02:52
created
source/ClassElectronicInvoiceUserInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -193,7 +193,7 @@
 block discarded – undo
193 193
                 'wo_VAT' => (float) $arrayAggregate['LegalMonetaryTotal']['TaxExclusiveAmount']['value'],
194 194
                 'TOTAL'  => (float) $arrayAggregate['LegalMonetaryTotal']['TaxInclusiveAmount']['value'],
195 195
             ];
196
-            $arrayParties                   = [
196
+            $arrayParties = [
197 197
                 'Customer' => $arrayAggregate['AccountingCustomerParty']['Party'],
198 198
                 'Supplier' => $arrayAggregate['AccountingSupplierParty']['Party'],
199 199
             ];
Please login to merge, or discard this patch.