summaryrefslogtreecommitdiffstats
path: root/lib/private/db/connectionwrapper.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/db/connectionwrapper.php')
-rw-r--r--lib/private/db/connectionwrapper.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/db/connectionwrapper.php b/lib/private/db/connectionwrapper.php
index 93d4fb57f74..c2cfc21d204 100644
--- a/lib/private/db/connectionwrapper.php
+++ b/lib/private/db/connectionwrapper.php
@@ -31,8 +31,8 @@ class ConnectionWrapper implements \OCP\IDBConnection {
/**
* Used to get the id of the just inserted element
- * @param string $tableName the name of the table where we inserted the item
- * @return int the id of the inserted element
+ * @param string $table the name of the table where we inserted the item
+ * @return string the id of the inserted element
*/
public function lastInsertId($table = null)
{