@@ -49,7 +49,7 @@ |
||
49 | 49 | $settings = array(); |
50 | 50 | foreach ($this->dbSettings as $key => $value) { |
51 | 51 | if (is_array($value)) { |
52 | - if (OutputInterface::VERBOSITY_DEBUG <= $output->getVerbosity() ) { |
|
52 | + if (OutputInterface::VERBOSITY_DEBUG <= $output->getVerbosity()) { |
|
53 | 53 | $output->writeln(sprintf("<error>Skipping db-settings key '%s' as being array</error>", $key)); |
54 | 54 | } |
55 | 55 | continue; |