Yet another attempt to fix the populateIpChanges script
[lhc/web/wiklou.git] / maintenance / Maintenance.php
index 04565f2..ecbbb85 100644 (file)
@@ -1243,9 +1243,9 @@ abstract class Maintenance {
         * If not set, wfGetDB() will be used.
         * This function has the same parameters as wfGetDB()
         *
-        * @param integer $db DB index (DB_REPLICA/DB_MASTER)
-        * @param array $groups; default: empty array
-        * @param string|bool $wiki; default: current wiki
+        * @param int $db DB index (DB_REPLICA/DB_MASTER)
+        * @param array $groups default: empty array
+        * @param string|bool $wiki default: current wiki
         * @return IMaintainableDatabase
         */
        protected function getDB( $db, $groups = [], $wiki = false ) {