Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Jun 22, 2018
1 parent b80f138 commit 60dd14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/DropDatabaseDoctrineCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
}
$connection = $this->getDoctrineConnection($connectionName);

$ifExists = $input->getOption('if-exists');
$ifExists = $input->getOption('if-exists');

$params = $connection->getParams();
if (isset($params['master'])) {
Expand Down

0 comments on commit 60dd14b

Please sign in to comment.