Skip to content

Commit

Permalink
Update IssueBuffer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-shevchenko authored Oct 19, 2023
1 parent d6186ec commit a652db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/IssueBuffer.php
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ public static function printSuccessMessage(ProjectAnalyzer $project_analyzer): v
$foreground = "30";

// text style, 1 = bold
$style = "1";
$style = "2";

if ($project_analyzer->stdout_report_options->use_color) {
echo "\e[{$background};{$style}m{$paddingTop}\e[0m" . "\n";
Expand Down

0 comments on commit a652db4

Please sign in to comment.