Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVyborny committed Jun 27, 2024
1 parent ea7f57c commit 343bb5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function getTable(InputTable $table): Table

/**
* @param array|InputTable[] $whitelist
* @param bool $loadColumns if false, columns metadata are NOT loaded, useful useful if there are a lot of tables
* @param bool $loadColumns if false, columns metadata are NOT loaded, useful if there are a lot of tables
*/
public function listTables(array $whitelist = [], bool $loadColumns = true): TableCollection
{
Expand Down

0 comments on commit 343bb5e

Please sign in to comment.