Merge "Document mInterwikis in LinksUpdate"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 3 May 2016 08:57:03 +0000 (08:57 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 3 May 2016 08:57:03 +0000 (08:57 +0000)
includes/deferred/LinksUpdate.php

index 4215ed0..c0205be 100644 (file)
@@ -55,6 +55,9 @@ class LinksUpdate extends SqlDataUpdate implements EnqueueableDataUpdate {
        /** @var array Map of language codes to titles */
        public $mInterlangs;
 
+       /** @var array 2-D map of (prefix => DBK => 1) */
+       public $mInterwikis;
+
        /** @var array Map of arbitrary name to value */
        public $mProperties;