We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0fb26 commit 0a46d76Copy full SHA for 0a46d76
src/Snippet/TableSizes.php
@@ -11,7 +11,7 @@
11
/** @phpstan-type Entry array{table: string, database: string, size: string, min_date: string, max_date: string} */
12
final class TableSizes
13
{
14
- /** @return array<array<string, mixed>> */
+ /** @return array<Entry> */
15
public static function run(ClickHouseClient $clickHouseClient, string|null $databaseName = null): array
16
17
/** @var JsonEachRow<Entry> $format */
0 commit comments