Skip to content

Commit 0a46d76

Browse files
authored
fix: better return type for TableSizes snippet (#192)
1 parent bd0fb26 commit 0a46d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Snippet/TableSizes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/** @phpstan-type Entry array{table: string, database: string, size: string, min_date: string, max_date: string} */
1212
final class TableSizes
1313
{
14-
/** @return array<array<string, mixed>> */
14+
/** @return array<Entry> */
1515
public static function run(ClickHouseClient $clickHouseClient, string|null $databaseName = null): array
1616
{
1717
/** @var JsonEachRow<Entry> $format */

0 commit comments

Comments
 (0)