Skip to content

Commit 221bef8

Browse files
carlsverregithub-actions[bot]
authored andcommitted
Fix code styling (ci skip)
1 parent 48503a3 commit 221bef8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Schema/Grammar.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,11 @@ protected function columnizeWithDirection(array $columns, string $direction)
187187
{
188188
$wrapped = array_map([$this, 'wrap'], $columns);
189189

190-
return implode(", ", array_map(function ($column) use ($direction) {
191-
return $column . ' ' . $direction;
190+
return implode(', ', array_map(function ($column) use ($direction) {
191+
return $column.' '.$direction;
192192
}, $wrapped));
193-
}
194-
193+
}
194+
195195
/**
196196
* Get the SQL for an auto-increment column modifier.
197197
*

0 commit comments

Comments
 (0)