Skip to content

Commit

Permalink
Fix variable annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVyborny committed Nov 6, 2023
1 parent f590b66 commit 4b09d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FileDumper/OutputManifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ private function getTables(array $sourceTables): array
* kind: string,
* type: string,
* default: string,
* 'null?': string
* null?: string
* }> $columnsMeta */
$columnsMeta = $this->connection->fetchAll(
sprintf(
Expand Down

0 comments on commit 4b09d30

Please sign in to comment.