From 330bc33cef7432bad87829ae1478cbc919f9b22f Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Wed, 11 Jun 2014 11:58:39 +0200 Subject: [PATCH] Fix SpecialPage::process signature. --- SpecialLinkTitles.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SpecialLinkTitles.php b/SpecialLinkTitles.php index 6091da7..4d7ce89 100644 --- a/SpecialLinkTitles.php +++ b/SpecialLinkTitles.php @@ -76,8 +76,8 @@ class SpecialLinkTitles extends SpecialPage { /// processed, returns the title of the next page that needs processing. /// @param WebRequest $request WebRequest object that is associated with the special /// page. - /// @param Output $output Output object that the special page is equipped with. - private function process( WebRequest &$request, Output &$output) { + /// @param OutputPage $output Output page for the special page. + private function process( WebRequest &$request, OutputPage &$output) { global $wgLinkTitlesTimeLimit; // Start the stopwatch