Merge "filebackend: use self:: instead of FileBackend:: for some constant uses"
[lhc/web/wiklou.git] / maintenance / storage / recompressTracked.php
index 316d2d2..0d506ef 100644 (file)
@@ -275,7 +275,7 @@ class RecompressTracked {
        /**
         * Dispatch a command to the next available replica DB.
         * This may block until a replica DB finishes its work and becomes available.
-        * @param array ...$args
+        * @param array|string ...$args
         */
        function dispatch( ...$args ) {
                $pipes = $this->replicaPipes;