X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FpurgeChangedPages.php;h=56e22c4040f6089697301890dc0d7d8e17d6c8b3;hb=66522e992899d87839608780d61060dbd0ae030c;hp=4ce9474ffd2418ed493e80ac94a744b7f1773240;hpb=d55b1505b0e21116b995808c20cbbd2004959add;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/purgeChangedPages.php b/maintenance/purgeChangedPages.php index 4ce9474ffd..56e22c4040 100644 --- a/maintenance/purgeChangedPages.php +++ b/maintenance/purgeChangedPages.php @@ -2,7 +2,6 @@ /** * Send purge requests for pages edited in date range to squid/varnish. * - * @section LICENSE * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -164,6 +163,7 @@ class PurgeChangedPages extends Maintenance { * * @param ResultWrapper $res Query result sorted by $column (ascending) * @param string $column + * @param int $limit * @return array (array of rows, string column value) */ protected function pageableSortedRows( ResultWrapper $res, $column, $limit ) {