Update formatting
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 6 Jan 2014 18:41:54 +0000 (19:41 +0100)
committerParent5446 <tylerromeo@gmail.com>
Mon, 6 Jan 2014 21:04:34 +0000 (21:04 +0000)
Change-Id: I27e43c19906edc732b4976b8426ed34bad63622b

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

index 57575ec..2042530 100644 (file)
@@ -2688,8 +2688,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