diff options
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/appframework/db/idb.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/appframework/db/idb.php b/lib/public/appframework/db/idb.php index e2edff4f615..e5313476f40 100644 --- a/lib/public/appframework/db/idb.php +++ b/lib/public/appframework/db/idb.php @@ -35,7 +35,7 @@ interface IDb { * @param string $sql the sql query with ? placeholder for params * @param int $limit the maximum number of rows * @param int $offset from which row we want to start - * @return \OCP\DB a query object + * @return \OC_DB_StatementWrapper prepared SQL query */ public function prepareQuery($sql, $limit=null, $offset=null); |