1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 17:44:07 +02:00

Fix return type

This commit is contained in:
Jakub Vrana
2018-01-31 18:29:01 +01:00
parent 2adc174541
commit 40038d4210

View File

@@ -114,7 +114,7 @@
}
/** Get warnings about the last command
* @return resource or false
* @return Min_Result or false
*/
function warnings() {
return false;