Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
taka-oyama committed Jul 18, 2023
1 parent 3cfc22c commit d7aa0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/ManagesStaleReads.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function cursorWithTimestampBound($query, $bindings = [], TimestampBoundI
* @param string $query
* @param array<array-key, mixed> $bindings
* @param TimestampBoundInterface|null $timestampBound
* @return list<array<mixed>>
* @return array<int, array<array-key, mixed>>
*/
public function selectWithTimestampBound($query, $bindings = [], TimestampBoundInterface $timestampBound = null): array
{
Expand Down

0 comments on commit d7aa0f2

Please sign in to comment.