Skip to content

Commit

Permalink
This also looks much better
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jan 16, 2020
1 parent bc9f7cc commit bfcc2e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Command/ErrorFormatter/TableErrorFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ public function formatErrors(
}

if (count($analysisResult->getNotFileSpecificErrors()) > 0) {
$style->table(['Error'], array_map(static function (string $error): array {
return [$error];
$style->table(['', 'Error'], array_map(static function (string $error): array {
return ['', $error];
}, $analysisResult->getNotFileSpecificErrors()));
}

Expand Down

0 comments on commit bfcc2e9

Please sign in to comment.