Skip to content

Commit 9a68c0f

Browse files
bshaffercy-yun
authored andcommitted
chore(Spanner): fix phpstan error (#9410)
1 parent 5f99136 commit 9a68c0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Spanner/src/Transaction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ public function commit(array $options = []): Timestamp
464464
'requestOptions' => $this->requestOptions,
465465
'transactionOptions' => $this->transactionOptions,
466466
'singleUse' => $this->transactionSelector['singleUse'] ?? null,
467-
'tag' => $this->tag ?? null,
467+
'tag' => $this->tag,
468468
]);
469469
if (!empty($mutations)) {
470470
// Set the mutation key if we have mutations but do not have a precommit token

0 commit comments

Comments
 (0)