fix line separators

This commit is contained in:
yggverse 2024-06-24 23:22:14 +03:00
parent 37d9fa4a26
commit fb6f181423

View file

@ -334,9 +334,8 @@ class Cli
private function _summary(): string private function _summary(): string
{ {
return implode( return implode(
PHP_EOL, '',
[ [
PHP_EOL,
Message::blue( Message::blue(
_('----------------') _('----------------')
), ),
@ -384,8 +383,7 @@ class Cli
$this->source $this->source
) + $this->time ) + $this->time
) )
), )
PHP_EOL
] ]
); );
} }