Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed May 4, 2020
1 parent 967bfb1 commit 695db5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Console/InitCommand.php
Expand Up @@ -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;
}
Expand Down

0 comments on commit 695db5a

Please sign in to comment.