diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-02-08 11:47:55 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-02-08 11:47:55 +0100 |
commit | b330d07b51a983dc563a91244a3c83e691c9e97d (patch) | |
tree | 1142ec91b86d5da36e568ffcb4a25f5fd55b01fe /lib/public/db.php | |
parent | 81031984a6714feffc8b1a8e523988ab83f56515 (diff) | |
download | nextcloud-server-b330d07b51a983dc563a91244a3c83e691c9e97d.tar.gz nextcloud-server-b330d07b51a983dc563a91244a3c83e691c9e97d.zip |
Fix more documentation failes
Issue #7111
Diffstat (limited to 'lib/public/db.php')
-rw-r--r-- | lib/public/db.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/db.php b/lib/public/db.php index adb1f14cc4d..cb876b4d1f9 100644 --- a/lib/public/db.php +++ b/lib/public/db.php @@ -49,7 +49,7 @@ class DB { /** * Insert a row if a matching row doesn't exists. - * @param string $table string The table name (will replace *PREFIX*) to perform the replace on. + * @param string $table The optional table name (will replace *PREFIX*) and add sequence suffix * @param $input array * * The input array if in the form: @@ -70,7 +70,7 @@ class DB { /** * Gets last value of autoincrement - * @param string $table string The optional table name (will replace *PREFIX*) and add sequence suffix + * @param string $table The optional table name (will replace *PREFIX*) and add sequence suffix * @return string * * \Doctrine\DBAL\Connection lastInsertID() |