@@ -412,7 +412,7 @@ |
||
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 { |