Fix SpecialPage::process signature.

This commit is contained in:
Daniel Kraus
2014-06-11 11:58:39 +02:00
parent 35d1b57f38
commit 330bc33cef

View File

@ -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