Skip to content

Commit

Permalink
Merge pull request #10294 from aleksandr-shevchenko/patch-1
Browse files Browse the repository at this point in the history
Update IssueBuffer.php
  • Loading branch information
orklah authored Oct 19, 2023
2 parents d6186ec + a652db4 commit 3ddceb3
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 3ddceb3

Please sign in to comment.