Fix doc for Database::upsert
authorumherirrender <umherirrender_de.wp@web.de>
Fri, 3 Jan 2014 20:35:21 +0000 (21:35 +0100)
committerumherirrender <umherirrender_de.wp@web.de>
Fri, 3 Jan 2014 20:35:21 +0000 (21:35 +0100)
One @params too much

Change-Id: I8cea6228587574ff90060d46b4430b2348a68973

includes/db/Database.php
includes/db/DatabaseMysqlBase.php

index e4ff5ee..2e19f6a 100644 (file)
@@ -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
index 14369bf..12fee94 100644 (file)
@@ -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(