MaxSem has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/312956

Change subject: Remove mentions of DatbaseBase
......................................................................

Remove mentions of DatbaseBase

Change-Id: I252279f776d7c10d28375f69ff6949e0988989c5
---
M migrateWlmUploads.php
M removeDeletedWikis.php
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikimediaMaintenance 
refs/changes/56/312956/1

diff --git a/migrateWlmUploads.php b/migrateWlmUploads.php
index 2488d23..07e3ee2 100644
--- a/migrateWlmUploads.php
+++ b/migrateWlmUploads.php
@@ -41,12 +41,12 @@
                $tmpDir,
                $deletingUser;
 
-       /* @var DatabaseBase */
+       /* @var IDatabase */
        private $commonsDbw;
 
        public function __construct() {
                parent::__construct();
-               $this->addDescription = 'Migrate botched up uploads from 
testwiki to Commons';
+               $this->addDescription( 'Migrate botched up uploads from 
testwiki to Commons' );
                $this->addOption( 'do-it', 'Actually perform the migration 
(otherwise a dry run will be performed)' );
        }
 
diff --git a/removeDeletedWikis.php b/removeDeletedWikis.php
index d359ebd..6906597 100644
--- a/removeDeletedWikis.php
+++ b/removeDeletedWikis.php
@@ -51,7 +51,7 @@
        }
 
        /**
-        * @param DatabaseBase $dbw
+        * @param IDatabase $dbw
         * @param string $table
         * @param string $column
         * @param string $wiki

-- 
To view, visit https://gerrit.wikimedia.org/r/312956
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I252279f776d7c10d28375f69ff6949e0988989c5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikimediaMaintenance
Gerrit-Branch: master
Gerrit-Owner: MaxSem <maxsem.w...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to