Skip to content

Commit f2ad421

Browse files
author
Илья
committed
Set $options in Table::retryTransactions not required
1 parent f351b87 commit f2ad421

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)