Skip to content

Commit 4f10fc4

Browse files
committed
sort
1 parent 2d95fc5 commit 4f10fc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Command/ErrorFormatter/TableErrorFormatter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ public function formatErrors(
191191
if ($this->level > 0) {
192192
$note[] = '- Consider lowering the PHPStan level';
193193
}
194-
$note[] = '- Consider using PHPStan Pro for more comfortable error browsing';
195194
$note[] = '- Pass PHPSTAN_TABLE_ERROR_FORMATTER_FORCE_SHOW_ALL_ERRORS=1 environment variable to show all errors';
196-
$note[] = '- Learn more: https://phpstan.com';
195+
$note[] = '- Consider using PHPStan Pro for more comfortable error browsing';
196+
$note[] = ' Learn more: https://phpstan.com';
197197
$style->note(implode("\n", $note));
198198
} else {
199199
$finalMessage = sprintf($analysisResult->getTotalErrorsCount() === 1 ? 'Found %d error' : 'Found %d errors', $analysisResult->getTotalErrorsCount());

0 commit comments

Comments
 (0)