diff --git a/htdocs/core/db/Database.interface.php b/htdocs/core/db/Database.interface.php index 6df4e6d11a1..31a92fdf2c6 100644 --- a/htdocs/core/db/Database.interface.php +++ b/htdocs/core/db/Database.interface.php @@ -515,7 +515,7 @@ interface Database /** * Returns the current line (as an object) for the resultset cursor * - * @param resource|Connection $resultset Handler of the desired request + * @param resource|PgSql\Connection $resultset Handler of the desired request * @return Object Object result line or false if KO or end of cursor */ public function fetch_object($resultset);