Skip to content

Commit

Permalink
Remove unnecessary type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Jan 11, 2025
1 parent 5fcf0f6 commit 98aee06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/QueryBuilder/AbstractDDLQueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ public function createTable(string $table, array $columns, string $options = nul

foreach ($columns as $name => $type) {
if (is_string($name)) {
/** @var ColumnInterface $type */
$cols[] = "\t"
. $this->quoter->quoteColumnName($name)
. ' '
Expand Down

0 comments on commit 98aee06

Please sign in to comment.