Merge "Update formatting"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 10 Jan 2014 12:09:48 +0000 (12:09 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 10 Jan 2014 12:09:48 +0000 (12:09 +0000)
includes/db/Database.php
includes/db/DatabaseMysqlBase.php

index aa35aac..45a214e 100644 (file)
@@ -2691,8 +2691,8 @@ abstract class DatabaseBase implements IDatabase, DatabaseType {
         * @throws Exception
         * @return bool
         */
-       public function upsert(
-               $table, array $rows, array $uniqueIndexes, array $set, $fname = __METHOD__
+       public function upsert( $table, array $rows, array $uniqueIndexes, array $set,
+               $fname = __METHOD__
        ) {
                if ( !count( $rows ) ) {
                        return true; // nothing to do
index 091896c..0c2e472 100644 (file)
@@ -940,8 +940,8 @@ abstract class DatabaseMysqlBase extends DatabaseBase {
         * @param string $fname
         * @return bool
         */
-       public function upsert(
-               $table, array $rows, array $uniqueIndexes, array $set, $fname = __METHOD__
+       public function upsert( $table, array $rows, array $uniqueIndexes,
+               array $set, $fname = __METHOD__
        ) {
                if ( !count( $rows ) ) {
                        return true; // nothing to do