Skip to content

Commit f506ef4

Browse files
authored
Merge pull request #111 Fix retryTransactions params
2 parents 3977230 + f2ad421 commit f506ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ public function retrySession(Closure $userFunc, bool $idempotent = false, RetryP
481481

482482
}
483483

484-
public function retryTransaction(Closure $userFunc, bool $idempotent = null, RetryParams $params = null, array $options){
484+
public function retryTransaction(Closure $userFunc, bool $idempotent = null, RetryParams $params = null, array $options = []){
485485
if ($options == null) {
486486
$options = [];
487487
}

0 commit comments

Comments
 (0)