summaryrefslogtreecommitdiffstats
path: root/lib/private/db.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2014-02-28 13:53:41 +0100
committerBart Visscher <bartv@thisnet.nl>2014-02-28 13:53:41 +0100
commit35a8dfb2fa7970098e6677f7b93b7d782d5df7f0 (patch)
tree8ede91547e256ece30635c7ab04d9bb08f63e671 /lib/private/db.php
parent89e0763d3d511d2da878db43c89300c51850b0f3 (diff)
downloadnextcloud-server-35a8dfb2fa7970098e6677f7b93b7d782d5df7f0.tar.gz
nextcloud-server-35a8dfb2fa7970098e6677f7b93b7d782d5df7f0.zip
More PHPDoc fixes, using scrutinizer patches as hints
Diffstat (limited to 'lib/private/db.php')
-rw-r--r--lib/private/db.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/private/db.php b/lib/private/db.php
index cfdac766bff..322a13642ae 100644
--- a/lib/private/db.php
+++ b/lib/private/db.php
@@ -313,9 +313,8 @@ class OC_DB {
/**
* @brief Insert a row if a matching row doesn't exists.
- * @param string $table. The table to insert into in the form '*PREFIX*tableName'
- * @param array $input. An array of fieldname/value pairs
- * @param string $table
+ * @param string $table The table to insert into in the form '*PREFIX*tableName'
+ * @param array $input An array of fieldname/value pairs
* @return boolean number of updated rows
*/
public static function insertIfNotExist($table, $input) {