Skip to content

Commit

Permalink
Fix psalm issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Oct 26, 2023
1 parent 9dfab38 commit 0424b52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/QueryBuilder/AbstractDDLQueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ public function createTable(string $table, array $columns, string $options = nul
. ' '
. $this->queryBuilder->getColumnType($type);
} else {
/** @psalm-var string $type */
$cols[] = "\t" . $type;
}
}
Expand Down

0 comments on commit 0424b52

Please sign in to comment.