Completed
Push — master ( 83cf5f...bbee1f )
by
unknown
19s queued 12s
created
src/Envelopes/Builder.php 1 patch
Indentation   +27 added lines, -27 removed lines patch added patch discarded remove patch
@@ -620,32 +620,32 @@  discard block
 block discarded – undo
620 620
 
621 621
         return $builder
622 622
             ->addTransferData(
623
-               $eventId,
624
-               $eventTimestamp,
625
-               $amount,
626
-               $currency,
627
-               $accountId,
628
-               $secondAccountId,
629
-               $accountSystem,
630
-               $amountConverted,
631
-               $method,
632
-               $operation,
633
-               $secondEmail,
634
-               $secondPhone,
635
-               $secondBirthDate,
636
-               $secondFirstname,
637
-               $secondLastname,
638
-               $secondFullname,
639
-               $secondState,
640
-               $secondCity,
641
-               $secondAddress,
642
-               $secondZip,
643
-               $secondGender,
644
-               $secondCountry,
645
-               $iban,
646
-               $secondIban,
647
-               $bic,
648
-               $source
623
+                $eventId,
624
+                $eventTimestamp,
625
+                $amount,
626
+                $currency,
627
+                $accountId,
628
+                $secondAccountId,
629
+                $accountSystem,
630
+                $amountConverted,
631
+                $method,
632
+                $operation,
633
+                $secondEmail,
634
+                $secondPhone,
635
+                $secondBirthDate,
636
+                $secondFirstname,
637
+                $secondLastname,
638
+                $secondFullname,
639
+                $secondState,
640
+                $secondCity,
641
+                $secondAddress,
642
+                $secondZip,
643
+                $secondGender,
644
+                $secondCountry,
645
+                $iban,
646
+                $secondIban,
647
+                $bic,
648
+                $source
649 649
             )
650 650
             ->addUserData(
651 651
                 $email,
@@ -1251,7 +1251,7 @@  discard block
 block discarded – undo
1251 1251
             $pspReason,
1252 1252
             $arn,
1253 1253
             $paymentAccountId
1254
-       );
1254
+        );
1255 1255
     }
1256 1256
 
1257 1257
     /**
Please login to merge, or discard this patch.