Commit b011ef6c authored by Laszlo Korte's avatar Laszlo Korte

simplified output buffer cleaning

parent ecb98ed7
......@@ -80,8 +80,7 @@ EOT
ob_start();
\Doctrine\Common\Util\Debug::dump($resultSet, (int) $depth);
$output = ob_get_contents();
ob_end_clean();
$output = ob_get_clean();
$output->write();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment