@@ -136,7 +136,7 @@ |
||
| 136 | 136 | */ |
| 137 | 137 | private function getIO(InputInterface $input, OutputInterface $output) |
| 138 | 138 | { |
| 139 | - if(class_exists('Symfony\Component\Console\Style\SymfonyStyle')) { |
|
| 139 | + if (class_exists('Symfony\Component\Console\Style\SymfonyStyle')) { |
|
| 140 | 140 | return new \Symfony\Component\Console\Style\SymfonyStyle($input, $output); |
| 141 | 141 | } |
| 142 | 142 | |