Skip to content

Commit

Permalink
Fixed issue with merge of RunSqlCommand.
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermeblanco committed Jul 12, 2011
1 parent b2a2f0a commit f62b4a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ protected function execute(Console\Input\InputInterface $input, Console\Output\O

ob_start();
\Doctrine\Common\Util\Debug::dump($resultSet, (int) $depth);
$output = ob_get_clean();
$message = ob_get_clean();

$output->write();
$output->write($message);
}
}

0 comments on commit f62b4a5

Please sign in to comment.