Skip to content

Commit 66fda1b

Browse files
committed
chore: PHP8.4 compatability updates
1 parent 31bb820 commit 66fda1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GoCardless.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public function charge(
149149
string $sSuccessUrl,
150150
string $sErrorUrl,
151151
bool $bCustomerPresent,
152-
Resource\Source $oSource = null
152+
?Resource\Source $oSource = null
153153
): ChargeResponse {
154154

155155
/** @var ChargeResponse $oChargeResponse */

0 commit comments

Comments
 (0)