@@ -38,7 +38,7 @@ |
||
38 | 38 | $output->writeln('<error>Directory of migrations does not exist.</error>'); |
39 | 39 | |
40 | 40 | $dialog = $this->getHelperSet()->get('dialog'); |
41 | - if(!$dialog->askConfirmation( |
|
41 | + if (!$dialog->askConfirmation( |
|
42 | 42 | $output, |
43 | 43 | sprintf('<question>Do you want to create %s directory? (Y/n)</question>', $bundleMigrationDirectory), |
44 | 44 | true)) { |
@@ -19,7 +19,7 @@ |
||
19 | 19 | |
20 | 20 | $dir = __DIR__ . '/../../../../../app/config'; |
21 | 21 | $fileLocator = new FileLocator($dir); |
22 | - foreach(array('dev', 'prod', 'test') as $environment) { |
|
22 | + foreach (array('dev', 'prod', 'test') as $environment) { |
|
23 | 23 | $configFile = $fileLocator->locate('config_' . $environment . '.yml'); |
24 | 24 | $config = Yaml::parse($configFile); |
25 | 25 | if (isset($config['propel']['dbal'])) { |