Skip to content

Commit

Permalink
OXDEV-46 Clean up & small refactorings for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbbbauer committed Sep 28, 2017
1 parent 008c479 commit 8fbe1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DoctrineApplicationBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function build()
$helperSet = new \Symfony\Component\Console\Helper\HelperSet();
$doctrineApplication = \Doctrine\DBAL\Migrations\Tools\Console\ConsoleRunner::createApplication($helperSet);
$doctrineApplication->setAutoExit(false);
$doctrineApplication->setCatchExceptions(false);
$doctrineApplication->setCatchExceptions(false); // we handle the exception on our own!

return $doctrineApplication;
}
Expand Down

0 comments on commit 8fbe1d5

Please sign in to comment.