mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Add space for 'can automatically fix Nissues' (#2416)
This commit is contained in:
parent
284565811c
commit
4548fb87f7
@ -536,7 +536,7 @@ class IssueBuffer
|
||||
$command .= ' --dry-run';
|
||||
|
||||
echo 'Psalm can automatically fix ' . $total_count
|
||||
. ($show_info ? 'issues' : ' of them') . ".\n"
|
||||
. ($show_info ? ' issues' : ' of them') . ".\n"
|
||||
. 'Run Psalm again with ' . "\n"
|
||||
. ($project_analyzer->stdout_report_options->use_color
|
||||
? "\e[30;48;5;195m" . $command . "\e[0m"
|
||||
|
Loading…
Reference in New Issue
Block a user