Skip to content

Commit 757c1dd

Browse files
committed
PSR-2
1 parent 444a911 commit 757c1dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Utils/ColumnsReorderer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ private static function reorderColumnsForTable(Table $table): void
4848
* @param Table $table
4949
* @return Column[]
5050
*/
51-
private static function getColumnsInExpectedOrder(Table $table): array {
51+
private static function getColumnsInExpectedOrder(Table $table): array
52+
{
5253
$primaryKey = $table->getPrimaryKey();
5354
if ($primaryKey !== null) {
5455
$pkColumns = $primaryKey->getUnquotedColumns();

0 commit comments

Comments
 (0)