fix wrong merge

This commit is contained in:
Tobias Schultze 2015-10-01 20:22:56 +02:00
parent 721a267cb0
commit aff5af6ab4

View File

@ -55,6 +55,7 @@ EOF
*/
protected function execute(InputInterface $input, OutputInterface $output)
{
$output = new SymfonyStyle($input, $output);
$name = $input->getArgument('name');
if (empty($name)) {