Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jan 29, 2025
1 parent f528ce2 commit 026c471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Column/ColumnFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ protected function getType(string $dbType, array $info = []): string
return ColumnType::ARRAY;
}

return static::TYPE_MAP[$dbType] ?? ColumnType::STRING;
return self::TYPE_MAP[$dbType] ?? ColumnType::STRING;
}

protected function normalizeNotNullDefaultValue(string $defaultValue, ColumnInterface $column): mixed
Expand Down

0 comments on commit 026c471

Please sign in to comment.