Completed
Push — develop ( fb3722...be4bbe )
by Tom
03:58
created
src/N98/Magento/Command/Database/InfoCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.