@@ -77,10 +77,10 @@ |
||
77 | 77 | { |
78 | 78 | $name = $configuration->getName(); |
79 | 79 | $name = $name ? $name : 'Doctrine Database Migrations'; |
80 | - $name = str_repeat(' ', 20) . $name . str_repeat(' ', 20); |
|
81 | - $output->writeln('<question>' . str_repeat(' ', strlen($name)) . '</question>'); |
|
82 | - $output->writeln('<question>' . $name . '</question>'); |
|
83 | - $output->writeln('<question>' . str_repeat(' ', strlen($name)) . '</question>'); |
|
80 | + $name = str_repeat(' ', 20).$name.str_repeat(' ', 20); |
|
81 | + $output->writeln('<question>'.str_repeat(' ', strlen($name)).'</question>'); |
|
82 | + $output->writeln('<question>'.$name.'</question>'); |
|
83 | + $output->writeln('<question>'.str_repeat(' ', strlen($name)).'</question>'); |
|
84 | 84 | $output->writeln(''); |
85 | 85 | } |
86 | 86 |