Completed
Pull Request — master (#188)
by
unknown
02:47
created
lib/Doctrine/DBAL/Migrations/Version.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -412,7 +412,7 @@
 block discarded – undo
412 412
                             $this->outputWriter->write(sprintf('    <comment>-</comment> %s (with parameters)', $query));
413 413
                             $this->connection->executeQuery($query, $this->params[$key], $this->types[$key]);
414 414
                         }
415
-                    }  catch (DBALException $e) {
415
+                    } catch (DBALException $e) {
416 416
                         if ($continueAfterErrors) {
417 417
                             $this->outputWriter->write(sprintf('         <error>- %s</error>', $e->getMessage()));
418 418
                         } else {
Please login to merge, or discard this patch.