mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Replace string operators.
This commit is contained in:
@@ -147,10 +147,7 @@ class OutputsInstructions extends Command
|
||||
*/
|
||||
private function showLine(): void
|
||||
{
|
||||
$line = '+';
|
||||
$line .= str_repeat('-', 78);
|
||||
$line .= '+';
|
||||
$this->line($line);
|
||||
$this->line(sprintf('+%s+', str_repeat('-', 78)));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user