Skip to content

Commit fec7cba

Browse files
committed
cs
1 parent 18c6eb9 commit fec7cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Matrix/Command/MatrixCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ private function createTableRows(array $requiredPackageNames, RepositoryCollecti
135135
private function renderTable(array $tableHeadlines, array $tableRows): void
136136
{
137137
// create array of "right", in the same count as count of $tableHeadlines
138-
$alligns = array_fill(0, count($tableHeadlines), ColumnAlign::CENTER);
138+
$alligns = array_fill(0, count($tableHeadlines), ColumnAlign::RIGHT);
139139

140140
// allign first column to left
141141
array_unshift($alligns, ColumnAlign::LEFT);

0 commit comments

Comments
 (0)