Skip to content

Commit a47262d

Browse files
committed
fixup! wip
1 parent a49667e commit a47262d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/Entropy/ConsoleTable.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ public function __construct(
2727
Assert::notEmpty($headers);
2828
Assert::allString($headers);
2929

30-
Assert::allOneOf($this->columnsAlign, [
31-
ColumnAlign::LEFT,
32-
ColumnAlign::RIGHT,
33-
ColumnAlign::CENTER,
34-
]);
30+
Assert::allOneOf($this->columnsAlign, [ColumnAlign::LEFT, ColumnAlign::RIGHT, ColumnAlign::CENTER]);
3531

3632
// nested arrays
3733
Assert::notEmpty($rows);

src/Matrix/Command/MatrixCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public function run(bool $clearCache = false, bool $debug = false): int
4747

4848
$repositoryCollection = $monitorConfig->getRepositoryCollection();
4949

50-
5150
$this->repositoryMetafilesResolver->loadRepositoriesDependencyMetadata(
5251
$repositoryCollection,
5352
$clearCache,

0 commit comments

Comments
 (0)