diff --git a/src/Console/InitCommand.php b/src/Console/InitCommand.php index 87744f5a6..18e18bf28 100644 --- a/src/Console/InitCommand.php +++ b/src/Console/InitCommand.php @@ -50,10 +50,10 @@ protected function execute(InputInterface $input, OutputInterface $output) if (file_exists($filepath)) { $output->writeln([ - $formatter->formatBlock(sprintf( - 'The file "%s" already exist.', - $filepath, - ), 'bg=red;fg=white', true), + $formatter->formatBlock( + sprintf('The file "%s" already exist.', $filepath), + 'bg=red;fg=white', true + ), ]); return 2; }