From: Jakub Vrana Date: Wed, 31 Jan 2018 17:29:01 +0000 (+0100) Subject: Fix return type X-Git-Tag: v4.6.0~43 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=40038d421041d6cd4466ae68dd328e7b0e1d932c;p=adminer.git Fix return type --- diff --git a/adminer/include/driver.inc.php b/adminer/include/driver.inc.php index 37ef47e5..a6d1afcd 100644 --- a/adminer/include/driver.inc.php +++ b/adminer/include/driver.inc.php @@ -114,7 +114,7 @@ } /** Get warnings about the last command - * @return resource or false + * @return Min_Result or false */ function warnings() { return false;