mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 12:55:26 +01:00
Merge branch '5.x' into upstream-master
This commit is contained in:
commit
0a61643d57
@ -706,7 +706,7 @@ final class IssueBuffer
|
|||||||
|
|
||||||
if (in_array(
|
if (in_array(
|
||||||
$project_analyzer->stdout_report_options->format,
|
$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";
|
echo str_repeat('-', 30) . "\n";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user