Skip to content

Commit 928c46f

Browse files
Update ManagesTransfer.php
1 parent 4d13bb8 commit 928c46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Concerns/ManagesTransfer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function transferToStripeAccount(int $amount, string $currency = 'USD', a
5050
* @return TransferReversal
5151
* @throws AccountNotFoundException|ApiErrorException
5252
*/
53-
public function reverseTransferFromStripeAccount(Transfer $transfer, $refundFee = false, ?int $amount, array $options = []): TransferReversal
53+
public function reverseTransferFromStripeAccount(Transfer $transfer, $refundFee = false, ?int $amount = null, array $options = []): TransferReversal
5454
{
5555
$this->assertAccountExists();
5656

0 commit comments

Comments
 (0)