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 Nov 2, 2024
1 parent 61393c7 commit 9119388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Schema/Column/AbstractColumnFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ protected function columnDefinitionParser(): ColumnDefinitionParser
*/
protected function getColumnClass(string $type, array $info = []): string
{
return match($type) {
return match ($type) {
ColumnType::BOOLEAN => BooleanColumnSchema::class,
ColumnType::BIT => BitColumnSchema::class,
ColumnType::TINYINT => IntegerColumnSchema::class,
Expand Down

0 comments on commit 9119388

Please sign in to comment.