mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 09:04:02 +02:00
Return Db from connection()
It's not a real type declaration because compile.php passes stdClass here.
This commit is contained in:
@@ -5,7 +5,6 @@ namespace Adminer;
|
||||
|
||||
/** Print select result
|
||||
* @param Result $result
|
||||
* @param Db|string $connection2
|
||||
* @param string[] $orgtables
|
||||
* @param int|numeric-string $limit
|
||||
* @return string[] $orgtables
|
||||
|
Reference in New Issue
Block a user