Skip to content

Commit

Permalink
Add ignore table and only table
Browse files Browse the repository at this point in the history
  • Loading branch information
fezfez committed Jan 8, 2023
1 parent 34036fa commit e034a4a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Databases/MysqlDatabase.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
/** @psalm-immutable */
final class MysqlDatabase implements Database
{
/** @param array<int, string> $ignoreTables */

/** @param array<int, string> $onlyTables */
/**
* @param array<int, string> $ignoreTables
* @param array<int, string> $onlyTables
*/
public function __construct(
private readonly string $host,
private readonly string $port,
Expand Down

0 comments on commit e034a4a

Please sign in to comment.