X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FHTMLCacheUpdate.php;h=6f90b2d977815bcb2ae2d568952353b1d1429a99;hb=1f76c475d482c257bffa06ce116a3e03e8f72f52;hp=7c4731b0ad53805ea678042545bd8d4365b63e63;hpb=748a667f5a0918fe268ff7db3be95d65721e442c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/HTMLCacheUpdate.php b/includes/HTMLCacheUpdate.php index 7c4731b0ad..6f90b2d977 100644 --- a/includes/HTMLCacheUpdate.php +++ b/includes/HTMLCacheUpdate.php @@ -214,9 +214,9 @@ class HTMLCacheUpdateJob extends Job { /** * Construct a job - * @param Title $title The title linked to - * @param array $params Job parameters (table, start and end page_ids) - * @param integer $id job_id + * @param $title Title: the title linked to + * @param $params Array: job parameters (table, start and end page_ids) + * @param $id Integer: job id */ function __construct( $title, $params, $id = 0 ) { parent::__construct( 'htmlCacheUpdate', $title, $params, $id );