Skip to content

Commit

Permalink
Merge pull request #10145 from weirdan/show-success-message-with-gith…
Browse files Browse the repository at this point in the history
…ub-formatter
  • Loading branch information
weirdan committed Aug 24, 2023
2 parents 8f3b1b5 + b1c25fa commit 0160c46
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 @@ -706,7 +706,7 @@ public static function finish(

if (in_array(
$project_analyzer->stdout_report_options->format,
[Report::TYPE_CONSOLE, Report::TYPE_PHP_STORM],
[Report::TYPE_CONSOLE, Report::TYPE_PHP_STORM, Report::TYPE_GITHUB_ACTIONS],
)) {
echo str_repeat('-', 30) . "\n";

Expand Down

0 comments on commit 0160c46

Please sign in to comment.