Merge "Clean up: Declare variables with public instead of var"
[lhc/web/wiklou.git] / maintenance / storage / fixBug20757.php
index bda87ac..d394558 100644 (file)
 
 require_once( __DIR__ . '/../Maintenance.php' );
 
+/**
+ * Maintenance script to fix bug 20757.
+ *
+ * @ingroup Maintenance ExternalStorage
+ */
 class FixBug20757 extends Maintenance {
        public $batchSize = 10000;
        public $mapCache = array();