@@ -24,7 +24,7 @@ |
||
24 | 24 | * Curl constructor. |
25 | 25 | * |
26 | 26 | * @param int|float $connectTimeout Connection timeout in seconds |
27 | - * @param int|float $requestTimeout Request timeout in seconds. |
|
27 | + * @param integer $requestTimeout Request timeout in seconds. |
|
28 | 28 | * Default is 0, which means it never times out during transfer. |
29 | 29 | * @throws \Exception |
30 | 30 | */ |
@@ -24,7 +24,7 @@ |
||
24 | 24 | * Curl constructor. |
25 | 25 | * |
26 | 26 | * @param int|float $connectTimeout Connection timeout in seconds |
27 | - * @param int|float $requestTimeout Request timeout in seconds. |
|
27 | + * @param integer $requestTimeout Request timeout in seconds. |
|
28 | 28 | * Default is 0, which means it never times out during transfer. |
29 | 29 | * @throws \Exception |
30 | 30 | */ |
@@ -140,7 +140,7 @@ |
||
140 | 140 | /** |
141 | 141 | * Utility method, that reads JSON data |
142 | 142 | * |
143 | - * @param $string |
|
143 | + * @param string $string |
|
144 | 144 | * @return mixed|null |
145 | 145 | * @throws Exception |
146 | 146 | */ |
@@ -650,33 +650,33 @@ discard block |
||
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 |
||
1457 | 1457 | $pspReason, |
1458 | 1458 | $arn, |
1459 | 1459 | $paymentAccountId |
1460 | - ); |
|
1460 | + ); |
|
1461 | 1461 | } |
1462 | 1462 | |
1463 | 1463 | /** |