Completed
Push — master ( 66d5ad...57d488 )
by
unknown
15s queued 12s
created
src/Envelopes/Builder.php 1 patch
Indentation   +28 added lines, -28 removed lines patch added patch discarded remove patch
@@ -650,33 +650,33 @@  discard block
 block discarded – undo
650 650
 
651 651
         return $builder
652 652
             ->addTransferData(
653
-               $eventId,
654
-               $eventTimestamp,
655
-               $amount,
656
-               $currency,
657
-               $accountId,
658
-               $secondAccountId,
659
-               $accountSystem,
660
-               $amountConverted,
661
-               $method,
662
-               $operation,
663
-               $secondEmail,
664
-               $secondPhone,
665
-               $secondBirthDate,
666
-               $secondFirstname,
667
-               $secondLastname,
668
-               $secondFullname,
669
-               $secondState,
670
-               $secondCity,
671
-               $secondAddress,
672
-               $secondZip,
673
-               $secondGender,
674
-               $secondCountry,
675
-               $iban,
676
-               $secondIban,
677
-               $bic,
678
-               $source,
679
-               $secondUserMerchantId
653
+                $eventId,
654
+                $eventTimestamp,
655
+                $amount,
656
+                $currency,
657
+                $accountId,
658
+                $secondAccountId,
659
+                $accountSystem,
660
+                $amountConverted,
661
+                $method,
662
+                $operation,
663
+                $secondEmail,
664
+                $secondPhone,
665
+                $secondBirthDate,
666
+                $secondFirstname,
667
+                $secondLastname,
668
+                $secondFullname,
669
+                $secondState,
670
+                $secondCity,
671
+                $secondAddress,
672
+                $secondZip,
673
+                $secondGender,
674
+                $secondCountry,
675
+                $iban,
676
+                $secondIban,
677
+                $bic,
678
+                $source,
679
+                $secondUserMerchantId
680 680
             )
681 681
             ->addUserData(
682 682
                 $email,
@@ -1457,7 +1457,7 @@  discard block
 block discarded – undo
1457 1457
             $pspReason,
1458 1458
             $arn,
1459 1459
             $paymentAccountId
1460
-       );
1460
+        );
1461 1461
     }
1462 1462
 
1463 1463
     /**
Please login to merge, or discard this patch.