jobqueue: Document Title as valid param type for compat (2)
[lhc/web/wiklou.git] / includes / jobqueue / Job.php
index 0b5e62d..55cb942 100644 (file)
@@ -106,7 +106,7 @@ abstract class Job implements IJobSpecification {
 
        /**
         * @param string $command
-        * @param array $params
+        * @param array|Title $params
         */
        public function __construct( $command, $params = [] ) {
                if ( $params instanceof Title ) {