Commit 7cbca245 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Bugfix: Return 0 exit code from RunSqlCommand::execute to fix deprecation notice.

parent 7345cd59
...@@ -64,5 +64,7 @@ EOT ...@@ -64,5 +64,7 @@ EOT
} }
$output->write(Dumper::dump($resultSet, (int) $depth)); $output->write(Dumper::dump($resultSet, (int) $depth));
return 0;
} }
} }
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