mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 17:59:29 +02:00
Fix SpecialPage::process signature.
This commit is contained in:
@ -76,8 +76,8 @@ class SpecialLinkTitles extends SpecialPage {
|
|||||||
/// processed, returns the title of the next page that needs processing.
|
/// processed, returns the title of the next page that needs processing.
|
||||||
/// @param WebRequest $request WebRequest object that is associated with the special
|
/// @param WebRequest $request WebRequest object that is associated with the special
|
||||||
/// page.
|
/// page.
|
||||||
/// @param Output $output Output object that the special page is equipped with.
|
/// @param OutputPage $output Output page for the special page.
|
||||||
private function process( WebRequest &$request, Output &$output) {
|
private function process( WebRequest &$request, OutputPage &$output) {
|
||||||
global $wgLinkTitlesTimeLimit;
|
global $wgLinkTitlesTimeLimit;
|
||||||
|
|
||||||
// Start the stopwatch
|
// Start the stopwatch
|
||||||
|
Reference in New Issue
Block a user