@@ -26,7 +26,7 @@ |
||
26 | 26 | |
27 | 27 | protected function execute(InputInterface $input, OutputInterface $output) |
28 | 28 | { |
29 | - $configFile = (string)$input->getArgument('config'); |
|
29 | + $configFile = (string) $input->getArgument('config'); |
|
30 | 30 | |
31 | 31 | if (!file_exists($configFile)) { |
32 | 32 | throw new \RuntimeException('Unable to find config file.'); |