Skip to content

Commit 2c2917f

Browse files
committed
simplified some code
1 parent 31c6606 commit 2c2917f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Command/AbstractCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ protected function execute(InputInterface $input, OutputInterface $output)
111111
$params = $this->getParameters();
112112
$this->generator->generate($params, $this->getFiles($params));
113113

114-
$this->io->writeln('');
114+
$this->io->newLine();
115115
$this->io->writeln(' <bg=green;fg=white> </>');
116116
$this->io->writeln(' <bg=green;fg=white> Success! </>');
117117
$this->io->writeln(' <bg=green;fg=white> </>');
118-
$this->io->writeln('');
118+
$this->io->newLine();
119119

120120
$this->writeNextStepsMessage($params, $this->io);
121121
}

0 commit comments

Comments
 (0)