From 8a2e1a4c88d5fa7ee4c92e3775d1c362aaccc534 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Fri, 3 Jan 2014 21:35:21 +0100 Subject: [PATCH] Fix doc for Database::upsert One @params too much Change-Id: I8cea6228587574ff90060d46b4430b2348a68973 --- includes/db/Database.php | 1 - includes/db/DatabaseMysqlBase.php | 1 - 2 files changed, 2 deletions(-) diff --git a/includes/db/Database.php b/includes/db/Database.php index e4ff5ee450..2e19f6acbd 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -2681,7 +2681,6 @@ abstract class DatabaseBase implements IDatabase, DatabaseType { * to set that field to. The data will be quoted by * DatabaseBase::addQuotes(). * @param string $fname Calling function name (use __METHOD__) for logs/profiling - * @param array $options of options * * @return bool * @since 1.22 diff --git a/includes/db/DatabaseMysqlBase.php b/includes/db/DatabaseMysqlBase.php index 14369bf1ed..12fee941c3 100644 --- a/includes/db/DatabaseMysqlBase.php +++ b/includes/db/DatabaseMysqlBase.php @@ -935,7 +935,6 @@ abstract class DatabaseMysqlBase extends DatabaseBase { * @param array $uniqueIndexes * @param array $set * @param string $fname - * @param array $options * @return bool */ public function upsert( -- 2.20.1