@@ -114,7 +114,7 @@ |
||
114 | 114 | */ |
115 | 115 | protected function update(Updater $updater) |
116 | 116 | { |
117 | - $this->output->writeln('Updating...'.PHP_EOL); |
|
117 | + $this->output->writeln('Updating...' . PHP_EOL); |
|
118 | 118 | try { |
119 | 119 | $result = $updater->update(); |
120 | 120 |
@@ -71,7 +71,7 @@ |
||
71 | 71 | } |
72 | 72 | |
73 | 73 | if ('run' === $input->getFirstArgument()) { |
74 | - $input = new ArrayInput(['run','--help']); |
|
74 | + $input = new ArrayInput(['run', '--help']); |
|
75 | 75 | } |
76 | 76 | |
77 | 77 | parent::doRun($input, $output); |