Add extra line to avoid weird alignment

parent db1bea18
......@@ -47,6 +47,7 @@ class MysqliConnectionTest extends DbalFunctionalTestCase
$handler = static function () : bool {
self::fail('Never expected this to be called');
};
$defaultHandler = set_error_handler($handler);
try {
......
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